input.contact, textarea.contact {
	border-left: thin inset #0e0e0e;
	border-top: thin inset #0e0e0e;
	border-right: thin inset #c0c0c0;
	border-bottom: thin inset #c0c0c0;
}
textarea.contact {
	width: 88%;
}
div.error {
	display: block;
	border: 1px dashed #CD0006;
	padding: 4px 10% 4px 10%;
}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#dedede;
font-weight:bold;
padding: 1px 2px;
background:url(images/send.gif) repeat-x left top;
}
em {
	color: #cd0006;
	font-weight: bold;
}
