/* CSS Document */

#contact .contact-notes{
	margin: 0px;
	padding: 0px;
}

#contact .contact-notes p{
	margin: 0px;
	padding: 20px 0px 0px;
}

#contact .contact-notes p.thanks{
	text-align:center;
    margin: 0px;
	padding: 40px 0px 0px;
}

#contact .contact-notes p strong{
	color: #F00;
    font-weight: 600;
}

#contact .contact-notes.center p{
	text-align: center;
}

#contact .contact-form{
	margin: 0px;
	padding: 20px 0px 0px;
}

#contact .contact-form table{
	width: 100%;
    border-collapse: separate;
    border-top: 1px solid #e7ecf0;
    border-left: 1px solid #e7ecf0;
}

#contact .contact-form table th{
	font-weight: bold;
	background: #f4f4f4;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 20px 0px;
	border-right: 1px solid #e7ecf0;
    border-bottom: 1px solid #e7ecf0;
	width: 300px;
}

#contact .contact-form table td{
	background: #FFF;
	text-align: left;
	margin: 0px;
	padding: 20px;
	border-right: 1px solid #e7ecf0;
    border-bottom: 1px solid #e7ecf0;
}

#contact .contact-form .type{
	font-size:94%;
}




