@charset "iso-8859-9";
/* CSS Document */

label {  
	float: left; 
	line-height: 26px;
	width:100%;
	font-weight:bold;
	font-family:Verdana;
	font-size:12px;
	margin-top:5px;
}

input, textarea, select { 
	margin: 0; 
	padding: 4px; 
	color: #444444; 
	background: #f5f5f5; 
	border: 1px solid #bbb7ac; 
	margin: 5px 0 5px 0; 
	font-family:Verdana;
	font-size:12px;
}

input:focus, textarea:focus, select:focus { 
	border: 1px solid #333333; 
	background-color: #ffffff; 
	color:#444444; 
}

input.submit { 
	cursor: pointer; 
	border: 1px solid #333333;
	background:#333333; 
	color:#ffffff; 
	font-weight:bold;
	padding:5px 10px 5px 10px; 
}

input.submit:hover { 
	background:#bbb7ac; 
	color:#333333; 
}

input[type="submit"][disabled] { 
	background:#888888; 
}

span.required{ 
	font-size: 11px; 
	color: #ff0000;
}
