@charset "utf-8";
/* CSS Document */

input, textarea {
	background-color: #CCCCCC; 
	width: 300px; 
	border: 1px solid #666
}

form {
	color:#666666;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

label{
	color:#666666;
	float:left; 
	width: 100px; 
	font-size:12px; 
	line-height: 27px;
}

form div {
	padding: 10px 0 10px 0;
}

input {
	padding-top: 5px;
	
} 

input#submit {
	padding: 0;
	background-color:none; 
	width: auto; 
 	margin-left:200px;
}

textarea {
	margin-bottom: 10px;
}
