.ContactForm{
	margin: 0px;
	padding: 0px;
}
.ContactForm label{
	height:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.ContactForm input{
	border:1px solid #e28e03;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	width:140px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 0px;
	height: 13px;
	background-image: none;
	margin-left: 10px;
	margin-bottom: 5px;
	background-color: #fff5d1;
}
.ContactForm textarea {
	border:1px solid #454545;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	width:244px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	height: 40px;
	background-image: none;
	margin-left: 10px;
	margin-bottom: 3px;
}

.ContactForm select {
	border:solid 1px #909090;
	font-family:"Trebuchet MS", Verdana;
	font-size:1em;
	color:#FFFFFF;
	width:400px;
	background-color: #FFFFFF;
	background-image: none;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
}

.ContactForm .link{
	text-decoration:none;
	background-image: url(../images/submit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 58px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 96px;
	padding: 0px;
}

.link:hover{
	background-image: url(../images/submit-over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
