body
{
	
		
}

form#contactform
{
	width: 250px;	
}

.text
{
	font:12px "Courier New", Courier, monospace;
}
.systemMessage
{
	background-color:#FFFFFF;
	color:#000000;
	border: thin solid #FF0000;
	font-weight:800;
	padding: 5px 5px 5px 5px;
	width: 98%;
}
.button
{
	font-weight:600;
	font:12px "Courier New", Courier, monospace;
	width:100%;
	border: thin solid #000000;
}
input,select,textarea,file,.inputError
{
	color:#000000;
	padding: 5px 5px 5px 5px;
	width:97%;
	background-color:#F9F9F9;
	border: thin groove #D5E2F0;
}
.inputError{border: thin solid #FF0000;}