td
{
	padding:5px;
}

#contact_form,
#credit_form
{
	font-size:13px;
	padding:2px;
	background-color:#F5F5F5;
	border:1px solid #EEEEEE;
	margin-top:20px;
}
#contact_form input, 
#contact_form select, 
#contact_form textarea
{
	width:205px;
	border:1px solid #EAEAEA !important;
	border:none;
	padding:2px;
	background-color: #FFFFFF;
	color: #666666;
	font-family:Calibri, Tahoma, "Trebuchet MS";
}
#credit_form select, 
#credit_form textarea, 
#credit_form input
{
	width:185px;
	border:1px solid #EAEAEA !important;
	border:none;
	padding:2px;
	background-color: #FFFFFF;
	color: #666666;
	font-family:Calibri, Tahoma, "Trebuchet MS";
}
#contact_form textarea
{
	width:266px;
	font-size:13px;
	height:146px;
}
#credit_form textarea
{
	
	width:236px;
	font-size:13px;
	height:130px;
}
#contact_form input#date
{
	width:170px;
	float:left;
}
#credit_form input#date
{
	width:160px;
	float:left;
	margin-right:5px;
}
#credit_form select#cc_month, #credit_form select#cc_year
{
	width:90px;
}
#contact_form .ui-datepicker-trigger
{
	margin-left:5px;
	float:left;
	display:block;
}
#contact_form .blueButton,
#credit_form .blueButton
{
	width:auto;
	margin-right:10px;
	margin-bottom:10px;
	float:right;
}
.contactFormShadow
{
	background-image:url(../images/medium_shadow.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:50px;
}

.re_star {
	color:#f00;
	padding-right:5px;
}
ul#error_messages{
	background-color:#fff;
	padding:0px;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
	display:none;
}
div#response_messages{
	background-color:#fff;
	padding:10px;
	display:none;
	margin-bottom:10px;
}

ul#error_messages li{
	background-repeat:no-repeat;
	background-position:left;
	font-size:11px;
	line-height:20px;
	height:20px;
	list-style-type:none;
	width:140px;
	float:left;
	overflow:hidden;
}
#credit_messages ul#error_messages li{
	width:200px !important;
	height:22px;
	line-height:10px;
}
.noBack
{
	background-image:none!important;
	background-color:transparent!important;
	padding:0px!important;
}
input.error, textarea.error, select.error {
	border: 1px solid #f00 !important;
}
label.error {
	color:#f00;
	vertical-align:top;
	background-image:url(../images/warning.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	margin-left:10px;
	float:left;
}
label.valid {
	vertical-align:top;
	background-image:url(../images/check2.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	margin-left:10px;
}
div.horline
{
	border-top:1px solid #E8E8E8;
	width:100%;
	padding:0;
	margin:0;
	height:1px;
	margin-top:10px;
	padding-bottom:10px;
}