


input, textarea{
	border: 1px dotted #199a0c;
	width: 220px;
	height: 30px;
	margin-bottom: 10px;
	background-color: #c5c5c5;
}

input:focus, textarea:focus, select:focus {
background-color: #F4FBFF;
}



label{
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
margin-left: 10px;
width: 180px;
float: left;
margin-bottom: 10px;
text-align: left;
margin-right: 10px;
}
input.type{
	height: 40px;
	width: 450px;
	border: 0px;
	background-color: #eff0eb;
	float:right;

	
}






