/* FORM */

.content form p{
	overflow:auto;
	width:90%;
	padding:0 0 10px 0;
}
label,input{
	float:left;
}
input.radio{
	float:none;
}
label{
	font-size:12px;
	font-weight:normal;
	display:block;
	padding-right:20px;
	width:130px;
	height:30px;
}
input.text{
	border-top:1px solid rgb(99,98,95);
	border-right:1px solid #b3af8a;
	border-bottom:1px solid #b3af8a;
	border-left:1px solid #b3af8a;
	padding:2px 0 0 3px;
	height:19px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:1em;
	width:209px;
	margin:0 0 4px 0;
}
input.phone{
	float:none;
	width:55px;
}
textarea.text{
	border-top:1px solid rgb(99,98,95);
	border-right:1px solid #b3af8a;
	border-bottom:1px solid #b3af8a;
	border-left:1px solid #b3af8a;
	padding:3px;
	height:50px;
	font-size:1em;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	width:210px;
}
select.text{
	border-top:1px solid rgb(99,98,95);
	border-right:1px solid #b3af8a;
	border-bottom:1px solid #b3af8a;
	border-left:1px solid #b3af8a;
	width:217px;
	font-size:13px;
}
select.dateDropDown{
	border-top:1px solid rgb(99,98,95);
	border-right:1px solid #b3af8a;
	border-bottom:1px solid #b3af8a;
	border-left:1px solid #b3af8a;
	font-size:13px;
	width:60px;
}
input.checkbox,
input.radio{
	float:none;
}
.radioGroup{
	float:left;
	width:260px;
	display:block;
	_height:40px;
	min-height:40px;
	line-height:12px;
}
#submitForm{
	display:block;
	width:61px;
	height:25px;
	background:url(/_images/button.submit.png) transparent no-repeat 0px 0px;
	text-indent:-9999px;
	margin:0 0 30px 165px;
	cursor:pointer;
}
/* errors */

#errorWrap{
	color:rgb(172,38,27);
	font-weight:bold;
	font-size:1.3em;
	padding:0 0 0 10px;
	height:30px;
}
#error{
	position:absolute;
	left:-9999px;
	top:-9999px;
}

input.invalid,
textarea.invalid,
select.invalid{
	background:#ff9999;
}
label.invalid{
	color:rgb(172,38,27);
}
.warning{
	color:rgb(172,38,27);
	font-weight:bold;
}
