.customtextbox{
	background-image:url(../contactimages/textbox_background.png);
	background-repeat:no-repeat;
	width:219px;
	height:30px;
	border:0px solid #F00;
  line-height:30px;
	margin-bottom:5px;
	padding-left:10px;	
}

.customtext{
	font-family:Arial;
	font-size:18px;
	color:#F2F2F2;
	font-weight:bold;
}

.customtextarea{
	background-image:url(../contactimages/textarea_background.png);
	background-repeat:no-repeat;
	width:885px;
	height:98px;
	border: 0px;
	overflow:auto;
	padding:8px;
	overflow:auto;
}

.customdropdowndiv{
	border:0px solid #C00;
	height:30px;
	padding:0px;
	width:187px;
	float:left;
}

.custopdropdown{
	background-image:url(../contactimages/dropdown_textbox.png);
	background-repeat:no-repeat;
	width:187px;
	height:30px;
	border:0px solid #F00;
	line-height:30px;
	margin-bottom:5px;
	padding-left:10px;
}

.customimage{
	padding:0px;
}

.customlist{
	position:absolute;
	border: 0px solid #F00;
	width:219px;
	background-color:#AC7575;
	margin-top:30px;
	visibility:hidden;
}

.divlink{
	height:25px;
	padding-left:10px;
	padding-top:5px;
}

.bottomdiv{
	border-bottom:1px solid #FFFFFF;
}

.contactformcontainer{
	margin: 0 auto;
	width:920px;
	background-color:#FFFFFF;
}

.contactnamecontainer{
	width:920px;
	height:79px;
	background-color:#E4E4E4;
	background-image:url(../contactimages/dotted_line.png);
	background-position:top;
	background-repeat:no-repeat;
}

.emailcontainer{
	width:920px;
	height:79px;
	background-color:#F4F4F4;
	background-image:url(../contactimages/dotted_line.png);
	background-position:top;
	background-repeat:no-repeat;
}

.reasoncontainer{
	width:920px;
	height:79px;
	background-color:#E4E4E4;
	background-image:url(../contactimages/dotted_line.png);
	background-position:top;
	background-repeat:no-repeat;
}

.messagecontainer{
	width:920px;
	height:164px;
	background-color:#F4F4F4;
	background-image:url(../contactimages/dotted_line.png);
	background-position:top;
	background-repeat:no-repeat;
}

.validationcontainer{
	width:920px;
	height:79px;
	background-color:#E4E4E4;
	background-image:url(../contactimages/dotted_line.png);
	background-position:top;
	background-repeat:no-repeat;
}

.submitcontainer{
	width:920px;
	height:68px;
	background-image:url(../contactimages/dotted_line.png);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:30px;
	border: 0px solid #000;
}

.firstnamebox{
	border: 0px solid #000;
	width:340px;
	float:left;
	padding-left:15px;
}

.lastnamebox{
	border: 0px solid #000;
	width:240px;
	float:left;
	padding-left:15px;
}

.nameerrorbox{
	border: 0px solid #000;
	width:265px;
	float:left;
	padding-top:38px;
}

.emailbox{
	border: 0px solid #000;
	width:240px;
	float:left;
	padding-left:15px;
}

.emailerrorbox{
	border: 0px solid #000;
	width:265px;
	float:left;
	padding-top:38px;
}

.reasonbox{
	border: 0px solid #000;
	width:240px;
	float:left;
	padding-left:15px;
}

.reasonerrorbox{
	border: 0px solid #000;
	width:365px;
	float:left;
	padding-top:38px;
}

.messagebox{
	border: 0px solid #000;
	width:240px;
	float:left;
	padding-left:15px;
}

.captchabox{
	border: 0px solid #000;
	width:340px;
	float:left;
	padding-left:15px;
	padding-top:12px;
}

.captchatextbox{
	border: 0px solid #000;
	width:240px;
	float:left;
	padding-left:15px;
}

.captchaerrorbox{
	border: 0px solid #000;
	width:220px;
	float:left;
	padding-top:38px;
}

.darkgrey{
	background-color:#E4E4E4;
}

.lightgrey{
	background-color:#F4F4F4;
}

.formlabeltext{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#747474;
}

.errortext{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#AB2329;
}
