/* ÅÄÖ (to make it utf8) */

div.contactTop { margin-top:10px;width:580px;height:12px;background: url(/img/contactFormTop.gif) no-repeat top; }
div.contactBottom { width:580px;height:12px;background: url(/img/contactFormBottom.gif) no-repeat bottom; }

div.contactForm {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	background-color: #ededed;
	width: 580px;
}

div.contactForm h2 {
	color: #666666;
	font-size: 12px;
	text-align: right;
	margin: 4px;
}

div.contactForm input, textarea {
	padding: 8px;
	color: #666666;
	border: 1px solid; border-color: #9a9a9a;
	font-size: 12px;
}

div.contactForm input {
	width: 195px;
}

div.contactForm textarea{
	width: 418px;
}

div.contactForm td {
	padding: 4px;
	vertical-align: top;
}

input#submit {
	border: 0px;
	width: 128px; height: 32px;
	float: right;
}

div.error {
	color: red;
	font-size: 10px;
}

label {
	color: #666666;
	font-weight: bold;
}

input.radio {
	width: 14px;
}

p#done {
	font-size: 12px;
	color: darkgreen;
	font-weight: none;
}