#contactform {
	margin-top:0px;
	margin-bottom:0px;
	width:208px;
	height:163px;
	float:left;
	background-image:url("images/tile.jpg");
}

#contactform_hor {
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
	width:526px;
	height:46px;
	float:right;
		background-image:url("images/contact_hor_tile.jpg");
	background-repeat:repeat-x;
	
}

.contact_left
{
	width:10px;
	height:163px;
	background-image:url("images/left.jpg");
	float:left;
}
.contact_right
{
	width:10px;
	height:163px;
	background-image:url("images/right.jpg");
	float:left;
}

#contactform_hor label
{
	font-weight:bold;
	margin-right:9px;
	margin-left:9px;
	margin-top:13px;
	float:right;
	
}
#contactform_hor input
{
	width:95px;
	float:right;
	margin-top:11px;
}

#contactform_hor button
{
	margin-top:10px;
	margin-right:10px;
}
.contact_header
{
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:18px;
	margin-top:10px;
}
label.contactleft {
	padding: 0px;	
	float:right;
	text-align:right;
	clear:both;
	font-weight:bold;
	margin-top:3px;
}

.contact_row
{
	width:100%;
	height:30px;
}
.contactright {
	width:140px;
	height:17px;
	float:left;
}
.contacterror {
	border: 1px solid #ff0000;
}
#contactsubmit {
float:left;
	background:url("images/contact_btn.jpg");
	padding:0px;
	border:none;
	outline:none;
	border-width:0px;
	width:64px;
	height:23px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
	font-size:14px;
	
	
}

#contactsubmit_ver {
float:left;
	background-image:url("images/contact_btn2.jpg");
	
	border:none;
	outline:none;	
	border-width:0px;
	width:208px;
	height:23px;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF;
	padding:0px;
}

