/* --- contact form --- */

#mailformsender, #mailformsubject, #mailformmessage {
	width: 580px;
	border: 1px solid #F90;
}
#mailformmessage {
	height: 150px;
	border: 1px solid #F90;
}

#mailformsubmit, #mailformreset {
	color: #F90;
	background-color: white;
	font-weight: bold;
	width: 150px;
	border: 1px solid #F90;
}

.success {
	color: green;
}

#mailformnosender, #mailformnomessage {
	display: none;
}
