form.contact {
	padding					: 15px;
	width					: 410px;
	font-family				: Verdana, Helvetica, sans-serif;
	font-size				: small;
	font-weight				: bold;
}

.contactform label {
	float					: left;
	width					: 130px;
	text-align				: right;
	margin-right			: 15px;
}

.contactform input {
	background-color		: #fff;
	font-size				: x-small;
	border					: 1px solid #660000;
	margin-bottom			: 10px;
}

.contactform input[type=radio] {
	margin-bottom			: 0px;
}

.contactform input[type=text] {
	width					: 170px;
}

.contactform select {
	width					: 120px;
	font-size				: x-small;
	background-color		: #f5f5f5;
	border					: 1px solid #660000;
	margin-bottom			: 10px;
}

.contactform textarea {
	width					: 250px;
	height					: 100px;
	background-color		: #f5f5f5;
	border					: 1px solid #660000;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: small;
	margin-bottom			: 10px;
}