body {
	background: url(../images/bkg.png) repeat fixed;
}

::-webkit-input-placeholder {
	color: #a5aab6;
	opacity: 0.8;
}

input:-moz-placeholder {
	color: #a5aab6;
	opacity: 0.8;
}

#wrapper {
	background-image: url(../images/bkg_sun.png);
	width: 745px;
	min-height: 609px;
	margin: 0 auto;
}

#div_logo {
	width: 528px;
	height: 274px;
	margin: auto;
	position: relative;
	top: 60px;

}

#div_logo_subtitle {
	display:none;
	width: 242px;
	height: 36px;
	margin: auto;
	position: relative;
	top:105px;
}

#img_logo { 
	display: none;
}

#div_subtitle {
	width: 303px;
	height: 24px;
	margin: auto;
	position: relative;
	top: 150px;
	text-align:center;
}

#img_subtitle { /* 347 x 23 */
	display: none;
}

#div_form {
	display: none;
	background: url(../images/bkg_form.png) repeat-x;
	width: 314px;
	height: 55px;
	margin: auto;
	position: relative;
	top: 165px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	box-shadow: 0px 2px 0px #7b818e;
}

#form_label {
	display: none;
}

#form_input {
	border: 1px solid;
	background-color: #b7bcc7;
	-moz-border-image: url(../images/bkg_input.png) 4 fill repeat;
	-webkit-border-image: url(../images/bkg_input.png) 4 fill repeat;
	-o-border-image: url(../images/bkg_input.png) 4 fill repeat;
	-ms-border-image: url(../images/bkg_input.png) 4 fill repeat;
	border-image: url(../images/bkg_input.png) 4 fill repeat;
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 216px;
	height: 26px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16pt;
	border-style: none;
	padding-left: 6px;
	color: #A6A6E4;
}

#form_button {
	background: url(../images/button_ok.png);
	width: 62px;
	height: 36px;
	position: relative;
	top: -3px;
	color: #5771C4;
	font-size: 11pt;
	text-shadow: 1px 1px 2px white;
	border-style: none;
}

#form_button:active {
	background-position: right;
}

#div_separator {
	display: none;
	background: url(../images/separator.png);
	width: 340px;
	height: 29px;
	margin: auto;
	position: relative;
	top: 185px;
}

#div_thanks {
	display: none;
	width: 357px;
	height: 98px;
	margin: auto;
	position: relative;
	top: 145px;
}


#div_follow {
	width: 340px;
	height: 25px;
	margin: auto;
	position: relative;
	top: 190px;
	text-align:center;
}

#img_follow { 
	display: none;
}
