﻿/* Custom CSS for Contact Us form */

.smallPrint {
	font-size: .8em;
	font-style: italic;
}

textarea 
{
	background: url(/_images/blank.gif) no-repeat;
	padding: 7px 7px 7px 7px;
	border: 0;
	font-family: Arial;
	font-size: 1em;
	overflow: hidden;
}

div#commentArea {
	background: url(/_images/inputForms/commentsBG.gif) no-repeat;
	width: 460px;
	height: 102px;				
}

div#inputFormSectionContact {
    padding: 10px 28px 10px 38px;
    width: 472px;
    _width: 470px;   
    border-top: 3px solid #CDCAC5;
    background-color:White;
}

.inputCheck input{
	margin: 15px 5px 0 20px;
	vertical-align: -2px;
}

