/* FORM */
.red {
	 color: red;
	 font-size: 11px;
}
.form {
	display:block;
	margin: 0 auto;
	overflow: visible;
	width: 700px;
	overflow: hidden;
}
.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: 0;
	position: relative;
	margin: 0;
	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;
	padding: 10px 0 0 285px;
	text-align: left;
}
.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: 115px;
	display:block;
	float:left;
	text-align:right;
	margin: 5px 10px 0 0;
	line-height: 20px;
}
#signup-form.form label {
	width: 275px;
}
.form div label {
	display: inline;
	text-align: left;
	width: 280px;
	line-height: 19px;
}
.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;
	margin: 5px 0;
}
.form input.text, .form input.date-pick {
	background-color: #F7F3F0;
	border: 1px solid #E8E4E1;
	color: #8A8A8A;
	height: 17px;
	padding: 1px 4px;
	width: 210px;
}
.form input.date-pick {
	width: 125px;
}
.form .captcha input.text {
	margin: 4px 10px 0 0;
	width: 125px;
}
.form .textarea {
	background: #F7F3F0;
	border: 1px solid #E8E4E1;
	color: #8a8a8a;
	font-family: Trebuchet MS,Tahoma,Arial;
	margin: 0;
	padding: 5px;
	width: 558px;
}
.form i {
	display:block;
	clear:both;
	padding-left:19em;
	font-size:.8em;
}
.form .controls {
	padding-left: 285px;
}



.form .buttons {
	padding:10px 0 0;
	text-align:center;
}
.form fieldset.comment {
	margin: 5px 0;
}
.form fieldset.code {
	margin-bottom:15px;
}
.form fieldset.fl {
	width:350px;
}
.form fieldset.code img {
	margin: 5px 0 0 10px;
	height: 21px;
}
.form b {
color:#F8971D;
}
.form div label {
display:inline;
font-size:11px;
margin-bottom:-5px;
margin-right:0;
text-align:left;
vertical-align: text-top;
width:285px;
}
.form .refresh {
background:url("../images/refresh.png") no-repeat scroll 50% 50% transparent;
height:28px;
width:28px;
}
.form div small {
	padding: 0 0 10px 125px;
}
#signup-form.form div small {
	padding:0 0 10px 285px;
}
.form .captcha {
	width: 103px !important;
}
.form .checkboxes {
	margin: 5px 0 0;
	line-height: normal;
}
.form .checkboxes p {
	float: left;
	clear: none;
	width: 285px;
}
.form .checkboxes label {
	float: none;
}
/*.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;}

.form #int1, .form #int4, .form #int3, .form #int2 {
	display:inline;
	float:none;
	margin:0;
}

.form .fl label {
	margin-bottom:0;
	line-height: 19px;
}

