body {
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
}

input[type=text], textarea {
	width: 250px;

} 

textarea {
	height: 80px;
}
  
input[type=text] {
	height: 20px;
}



