
.formWrapper
{
	border:1px solid #ccc;
	font-size:12px;
	background:#efefef;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	padding:20px;
}

.formWrapper h1
{
	font-size:18px;
	font-weight:bold;
}


.formWrapper input,
.formWrapper label
{
	display:block;
	border:none;
}

.formWrapper input.textInput
{
	height:15px;
	width:190px;	
	border-top:1px solid #ccc;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:5px 4px;
}

.formWrapper .submit
{
	border:1px solid #aaa;
	background:#CCC;
	padding:5px 10px;
	font-weight:bold;
	cursor:pointer;
	color:#333;
}

.formWrapper a
{
	color: #069;
	font-size:11px;
}

.formWrapper a:hover
{
	text-decoration:underline;
}



/*--Solid Forms, Google Map--*/

.googleMap
{
	margin:30px 0;	
}

input
{
	font-size:12px;	
}

.formBox
{
	background:#f9f9f9;
	border:1px solid #efefef;
	padding:0 20px 20px;
	width:640px;
}

.form .formLabel
{
	color:#424242;
	display:block;
	float:none;
	font-size:12px;
	line-height:30px;
	text-align:left;
	white-space:nowrap;
	width:auto;
}

.formFile .formEntry  input
{
	font-size:12px;
	height:27px;
	line-height:27px;
	padding:3px;
}

.formEntry input
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ECF3FB none repeat scroll 0 0;
	border:1px solid #c2d4ea;
	font-size:16px;
	color:#4b78ab;
	height:20px;
	padding:7px 5px;
	width:250px;
}

.formEntry textarea
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ECF3FB none repeat scroll 0 0;
	border:1px solid #c2d4ea;
	font-size:16px;
	font-weight:bold;
	height:150px;
	padding:7px 5px;
	width:250px;
}


.formSubmit input
{
	background:url(../../images/submit_btn.jpg) top no-repeat;
	cursor:pointer;
	display:block;
	height:31px;
	margin:20px 0 0 0;
	text-indent:-9999px;
	width:75px;
}

.formSubmit input:hover
{
	background-position:bottom;	
}

.required img
{
	display:none;	
}
