.white-static {
	background: url('../img/contact-white-static.gif') no-repeat top center;
	width: 454px;
	/*height: 397px;
    height: 241px;*/
	margin: 0 auto;
    padding-bottom: 5px;
	position: relative;
}

.white-static h2 {	
	color: #e2327b;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 20px;
	padding-top: 24px;
	margin-top: -3px;
}

.white-static .details, .auth .details {
	padding-top: 20px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #818285;
	padding-bottom: 15px;
}

.white-static .details .type, .auth .details .type {
	float: left;
	color: #0fb3f0;
	width: 95px;
	padding-bottom: 8px;
	margin-left: 20px;
}
.white-static .details .content, .auth .details .content {
	float: left;
	text-align: left !important;
	text-transform: none;
	padding-bottom: 8px;
	padding: 0 !important;
	margin-left: 0 !important;
}
.white-static .google-maps {
	width: 435px;
	height: 250px;
	margin: auto;
	border: 1px solid #a7a7a7;
}

.white-static .extended .type, .auth .type {
	float: left;
	width: 110px;
	margin-top: 3px;
}

.white-static .extended .content .inp, .auth .extended .content .inp {
	background: url('../img/input-gradient-small.jpg') repeat-x top center #fff;
	border: 1px solid #83d6f5;
	padding: 2px 7px 2px 7px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #333;
	width: 260px;
	margin: 0 !important;
	letter-spacing: 0.1px;
}

.white-static .extended .content .txt, .auth .extended .content .txt {
	background: url('../img/input-gradient.jpg') repeat-x top center #fff;
	border: 1px solid #83d6f5;
	padding: 4px 7px 4px 7px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #333;
	width: 260px;
	height: 140px;
	letter-spacing: 0.1px;
}

.extended .content .checkbox {
	background: url('../img/checkbox.gif') no-repeat left center;
	display: block;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1px;
	color: #333;
	margin-top: 5px;
	padding-top: 3px;
	padding-left: 25px;
	height: 17px;
}

.extended .content .checkbox.selected {
    background: url('../img/checkbox-selected.gif') no-repeat left center;
}

.extended .last {
	padding-top: 4px !important;
}
.extended .content .checkbox input {
	display: none;
}
.send-button {
	display: block;
	background: url('../img/send-button.gif') no-repeat top center;
	width: 118px;
	height: 41px;
	margin-left: 290px;
	margin-top: -10px;
}
.login-button {
	display: block;
	background: url('../img/login-button.gif') no-repeat top center;
	width: 118px;
	height: 41px;
	margin-left: 290px;
	margin-top: 10px;
}
.apply-button {
	display: block;
	background: url('../img/apply-button.gif') no-repeat top center;
	width: 118px;
	height: 41px;
	margin-left: 290px;
	margin-top: -10px;
}
.send-password-button {
	display: block;
	background: url('../img/send-password-button.gif') no-repeat top center;
	width: 198px;
	height: 41px;
	margin-left: 210px;
	margin-top: -8px;
}

.contact .body .descr {
	letter-spacing: 0.1px !important;
}

.forgot {
	margin-left: 132px;
	margin-top: -5px;
}
.forgot a {
	color: #e50475;
}

.do-you-own {
	width: 210px !important;
}
.do-you-own-c {
	margin-top: 4px !important;
}

.radio-inp {
	float: left;
	height: 13px;
	background: url('../img/custom-radio-empty.gif') no-repeat;
	margin-right: 5px;
	padding-left: 20px;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin-right: 20px;
	display: block;
}
.radio-selected {
	background: url('../img/custom-radio-selected.gif') no-repeat;	
}
.radio-inp input {
	display: none;
}

.error-field {
	background: url('../img/error-inp.gif') repeat-x !important;
	border-color: #ff6666 !important;
}
.error-text {
	color: #ff0000 !important;
}

.error-sign {
	color: #ff6666 !important;
	font-size: 15px;
	font-weight: bold;
}

.type {
	padding-left: 21px !important;
	margin-left: 0px !important;
}
