#contactForm {
	font: normal 100% verdana, arial, helvetica, sans-serif;
	margin: 10px;
	margin-top: 0;
	width: 500px;
	}
#contactForm div.line {
	padding-top: 10px;
	}
#contactForm label {
	float: left;
	width: 155px;
	margin-right: 5px;
	text-align: right;
	}
#contactForm input, #contactForm textarea {
	background: #eee;
	border: 1px solid #000;
	padding: 2px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#contactForm textarea {	/* Safari */
		min-height: 150px;
		min-width: 255px;
		max-width: 450px;
		}
	}	
#contactForm input:focus, #contactForm textarea:focus {
	background: #fff;
	border: 1px solid #000;
	}
#contactForm a {
	font: 80% normal verdana, arial, helvetica, sans-serif;
	}
#contactForm div.submit {
	text-align: center;
	}
#contactForm div.submit input, #contactForm input.formButton {
	padding: 2px;
	padding-top: 0;
	width: 70px;
	height: 25px;
	font-size: 100%;
	border-top: 0;
	border-left: 0;
	border-bottom-color: #000;
	border-right-color: #000;
	background-color: #a1a1a1;
	cursor: pointer;
	}
#contactForm input.formButton {
	width: 60px;
	}
#contactForm div.confirmation {
	text-align: center;
	font-weight: bold;
	color: #E60000;
	}