/*********************************************

  CSS styles (screen) for Contactform module
  
  (c) 2005 RSZdesign
  File created and modified by RSZdesign

 ********************************************/


#contactform {
	
}

#contactform p {
	margin: 0 0 0.5em 0;
}

#contactform-errors {
	margin: 0 0 1em 0;
	padding: 4px;
	background-color: #736A1F;
	color: #ff0000;
	font-weight: bold;
}

#contactform select.date {
	font-size: 90%;
}

#contactform input, #contactform textarea {
	width: 100%;
	background-color: #E1D890;
	color: #3E310A;
	border: solid 1px #8D8325;
	font-size: 100%;
}
#contactform input:focus, #contactform textarea:focus, #contactform input.focus, 
#contactform textarea.focus, #contactform select:focus, #contactform select.focus {
	background-color: #E7E0A3;
	color: #3E310A;
}

#contactform .buttons {
	text-align: right;
}

#contactform .buttons input {
	width: auto;
}
#contactform .buttons input:focus {
	/*
	background-color: #D4D0C8;
	color: #000000;
	*/
}
