#contactForm {
	font: normal 100% verdana, arial, helvetica, sans-serif;
	margin: 10px;
	margin-top: 0;
	width: 450px;
	}
#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;
	}
#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: #C79652;
	border-right-color: #C79652;
	background-image: url(/images/button_form.jpg);
	cursor: pointer;
	}
#contactForm input.formButton {
	width: 60px;
	}
#contactForm div.confirmation {
	text-align: center;
	font-weight: bold;
	color: #E60000;
	}
