/* FORM */
.red {
	 color: red;
	 font-size: 11px;
}
.form {
	display:block;
	overflow: visible;
}
.form h3 {
	text-align: right;
	width: 200px; // width should be same as label width
}
.form br {
	display:block;
	height:1px;
	overflow:hidden;
	clear:both;
}
.form p {
	display:block;
	width:100%;
	padding: 5px 0;

}
.form p:after {
	content:'.';
	visibility:hidden;
	height:1px;
	display:block;
	width:100%;
	clear:both;
}
.form p span {
	display: inline;
	float:left;
	margin: 2px 10px 0 0;
}
.form .checkbox {
	margin: 3px 0 0;
}
.form select {
	margin: 2px 0 0;
}
.form label {
	width: 200px;
	font-size: 13px;
	display:block;
	float:left;
	text-align:right;
	margin: 0px 10px 0 0;
	color: #BAB596;
	line-height: 20px;
}
.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:.2em;
	padding-right:.2em;
}

.form input, .form textarea {
	display:block;
	float:left;
	font-size:12px;
}
.form input.text, .form input.date-pick {
	height: 15px;
	padding: 0px 5px;
	width: 225px;
}

.shorterLength{
	height: 15px;
	padding: 0px 5px;
	width:50px;
	}

.form i {
	display:block;
	clear:both;
	padding-left:19em;
	font-size:.8em;
}
.form .controls {
	padding-left: 210px;
}
.form .controls .button {
	background: transparent url("../images/submit-button.png") no-repeat left top;
	border: 0px;
	cursor: pointer;
	display: block;
	height: 22px;
	text-indent: -1000px;
	width: 62px;
}
.form .controls .button:hover {
	background-position: left -30px;
}
.form .reset {margin-left:1em;}

.form .captcha label em {
	line-height:.9em;
}
.form .captcha span {margin-top:.5em;}
.form .captcha small {display:block;padding-top:1em;}

.form .reset, .form .submit, .form .signup {
	display:block;
	float:left;
	margin:0 8px 0 0;
	border:0;
	height:38px;
	width:78px;
	overflow:hidden;
	text-indent:1000px;
	cursor:pointer;
	background: #ccc url(../images/buttons.png) 0 0 no-repeat;
	font-size: 0px;	
	display:block;	
	line-height:0;
}
.form .reset:hover {background-position:0 -38px}

.form .submit {background-position:0 -76px}
.form .submit:hover {background-position:0 -114px}

.form .signup {background-position:0 -152px}
.form .signup:hover {background-position:0 -190px}

