/* 
		a creative bender
		-------------------------------
		
		SCREEN - Forms Style Sheet
		
		web:		http://www.acreativebender.com/
		file name:	/css/forms.css
		version:	2009.02.07
		
		copyright:	(c) 2009 Adam Bender
		author:		Adam Bender
*/	


/*
		------------------------- 
		FORM STYLES
		------------------------- 
*/


input:focus, textarea:focus {
	background: #CCC;
}

#sign_up_container label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}

#sign_up_container input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	width: 130px;
	margin-bottom: 5px;
	border: solid 1px #FFF;
}

fieldset {
	margin: 10px 0;
	padding: 1em;
	border: 1px solid #CCC;
}

.contact_form legend {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}

.contact_form label {
	float: left;
	width: 100px;
	padding: 5px;
	font-size: 10px;
	color: #FFF;
}

.contact_form input {
	width: 200px;
	border: solid 1px #FFF;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.contact_form p {
	margin-top: 2px;
}

.contact_form textarea {
	width: 325px;
	border: solid 1px #FFF;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;

}

.contact_form textarea:focus {
	background: #CCC;
}

.contact_form select {
	width: 200px;
	border: solid 1px #FFF;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.contact_form .required {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F00;
}
