@CHARSET "ISO-8859-1";

.contactForm label{
	display: block;
	float: left;
	width: 102px;
}

.contactForm input[type="text"], .contactForm textarea{
	width: 256px;
	border: 1px solid #666666;
}

.contactForm input[type="checkbox"]{
	width: 20px;
	position:relative;
	top:-2px;	
}

.contactForm textarea{
	height: 90px;
}

.contactForm div{
	margin-bottom: 10px;
}

.contactForm input[type="submit"]{
	background-color: #FF6600;
	width: 80px;
	height: 19px;
	line-height: 19px;
	padding: 0px;
	border: 0;
	font-size: 10px;
	color: white;
	margin-left: 102px;
}

.dijitDateTextBox{
	height: 19px;
}
