/* FORM */
.red {
	 color: red;
	 font-size: 11px;
}
.form {
	display:block;
	margin: 0 auto;
	overflow: visible;
}
.form h3 {
	text-align: right;
	font-size: 12px;
	width: 480px;
	padding-bottom:5px;
}
.form br {
	display:block;
	height:1px;
	overflow:hidden;
	clear:both;
}
.form p {
	display:block;
	clear: both;
	padding: 5px 0 4px;
	position: relative;
	margin: 0 0 5px;
	width: 100%;
}
.form p a.dp-choose-date {
	bottom: 8px;
	right: 135px;
}
	.form p.odd {
		background-color: #161616;
	}
.form p.form-label {
	font-weight: bold;
	text-align: right;
	width: 240px;
}
.form p:after {
	content:'.';
	visibility:hidden;
	height:1px;
	display:block;
	clear:both;
}
.form p span {
	display: inline;
	float:left;
	margin: 2px 10px 0 0;
}
.form .checkbox {
	display: inline;
	float: none;
	margin: 0px 0 0 485px;
}
.form select {
	margin: 2px 0 0;
}
.form label {
	width: 480px;
	display:block;
	float:left;
	text-align:right;
	margin: 0 5px 0 0;
	line-height: 20px;
}
.form p.checkbox-field {
	overflow: hidden;
}
.form p.checkbox-field label {
	display: inline;
	float: none;
	text-align: left;
	line-height: 1em;
	margin: 0 0 0 5px;
}
.form span label {
	width:auto;
	text-align:left;
	margin:.3em 0 0 .3em;
	color:#000;
	top:-.2em;
}
.form span.elabel label {width:6em;text-align:right;margin-right:1em;}
.form label em {
	color:red;
	font-size:28px;
	vertical-align:bottom;
	font-weight:normal;
	line-height: 10px;
	padding-right: 5px;
}

.form input, .form textarea {
	display:block;
	float:left;
	font-size:12px;
}
.form input.text, .form input.date-pick, .form input.checkbox {
	background-color: #383838;
	border: 1px solid #383838;
	color: #9c9c9c;
	height: 15px;
	padding: 1px 4px;
	width: 225px;
}

.form input.checkbox{
	width: 15px;
	margin: 0;
	margin-top: 2px;
	margin-left:465px;
	background: none;
	border: none;
}

.form input.date-pick {
	width: 125px;
}
.form .captcha input.text {
	margin: 4px 10px 0 0;
	width: 125px;
}
.form .textarea {
	font-family: Trebuchet MS,Tahoma,Arial;
	padding: 0px 5px;
	width: 230px;
}
.form i {
	display:block;
	clear:both;
	padding-left:19em;
	font-size:.8em;
}
.form .controls {
	padding-left: 485px;
}
/*.form .button {
	background: ;
	border: 0px;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 19px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -1000em;
	padding: 0;
	width: 49px;
}*/
/*.form .signup {
	background: transparent url("../images/signup.png") no-repeat left top;
}*/
/*.form .submit {
	background: transparent url("../images/signup.png") no-repeat left top;
	width: 69px;
}
	.form .button:hover {
		background-position: left -19px;
	}*/
.form .reset {margin-left:1em;}
.form .captcha label {
	margin: 4px 5px 0 0;
}
.form .captcha label em {
	line-height: 12px;
	vertical-align: baseline;
}
.form .captcha span {margin-top:.5em;}
.form .captcha small {display:block;padding-top:1em;}


