div.form
{
	
}

div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
	width: 70%; border: none;
	font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 14px;
	padding: 3px; background-color: #FBFBFD;
}

div.form textarea {
	margin-left: .3%; width: 90%;
	border-left: 2px solid #E95D0F !important;
}

div.form textarea, div.form input {
	 border: 1px dotted #000; 
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-size: 12px;
	display: inline-block;
	vertical-align: 0;
	width: 20%;
	padding-top: 5px; height: 20px;
	border-bottom: 1px dashed #E8E8E8;
}

div.form .row
{
	margin: 5px 0;
}

div.form .hint
{
	margin: 0; font-size: 11px;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
	margin-left: 0; color: #E95D0F;
}

div.form label.required
{
	margin-right: -2px; border-right: 2px solid #E95D0F;
}

div.form span.required
{
	color: red;
}

div.form div.error label,
div.form label.error,
div.form span.error
{
	color: #E95D0F;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #ffebd7;
	border-color: #E95D0F;;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #ecf2f9;
	border-color: #3E73A9;
}


div.form .errorSummary
{
	border: 2px dotted #E95D0F;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #fff8f0;
	font-size: 12px; margin-left: .3%; width: 60%;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0; font-weight: bold; color: #000;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0 !important;
	padding: 0 0 0 20px;
}

div.form .errorSummary ul li {
	margin: 0 !important; padding: 0 !important;
}

div.wide form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide form .row
{
	clear: left;
}

div.wide form .buttons
{
	clear: left;
	padding-left: 110px;
}

div.wide form .errorMessage
{
	margin: 0 0 0 110px;
}

input#ContactForm_verifyCode {
	width: 100px;
}

input[type=submit] {
	font-size: 18px !important; font-family: Trebuchet MS, Helvetica, sans-serif;
	width: 120px !important;
	height: 40px; border: none !important;
	cursor: pointer; color: #003E7D;
}

input[type=submit]:hover {
	color: #e95d0f; border: 1px dashed #e95d0f !important; background: none;
}

.submit {
	padding-left: 40%;
}

div.form img {
	vertical-align: middle;
}

