@charset "utf-8";
/* CSS Document */

/* Contact Page CSS */

#form_wrapper{
	width: 610px;
	border: 1px dotted #999;
	margin-bottom: 20px;
}

#form_wrapper_full{
	width: 614px;
	border: 1px dotted #999;
}

#eqd_form{
	display: block;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666;
	margin-top: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #999;
	border-left-color: #999;
	border-top-style: none;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #999;
	border-bottom-color: #999;
}

#eqd_form p{
	float: left;
	position: relative;
	width: 215px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#eqd_form label{

}

#eqd_form input,
#eqd_form select{
	width: 215px;
	margin-bottom: 15px;
	font-size: 13pt;
	color: #666;
}

#eqd_form textarea{
	width: 450px;
	height: 150px;
	margin-bottom: 15px;
	font-size: 13pt;
	color: #666;
	float: left;
}

.rightform{
	float:right;
}




#shortbutton{
	width: 35px;
}
#contactwrapper{
	width: 200px;
	float: right;
	margin-top: 25px;
}
	
.contactinfo {
	margin-top: 0px;
	padding: 0px;
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.contactinfo ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.contactinfo ul li{
	margin-bottom: 20px;
}

.contactinfo ul H3{
	margin-top: 30px;

}

.address{
	background-image: url(../Images/Content/address.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-bottom: 5px;
}
.phone{	
	background-image: url(../Images/Content/phone.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-bottom: 5px;
	padding-bottom: 15px;
}
.support{
	background-image: url(../Images/Content/support.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-bottom: 5px;
}
.fax{	
	background-image: url(../Images/Content/fax.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-bottom: 5px;
}
.email{	
	background-image: url(../Images/Content/email.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-bottom: 5px;
	padding-bottom: 15px;
}

