input {

	background-color: #ffffff;

	border: 1px solid #c0c0c0;

	color: #000000;

	font-family: verdana;

	font-size: 80%;

	margin: 0px 0px 0px 10px;

	padding: 1px 0px 1px 3px;

	width: 165px;

}

input.reset {

	background-color: #ffffff;

	border: 1px solid #0072bc;

	color: #000000;

	font-family: verdana;

	font-size: 11px;

	width: 100px;

}



input.send {

	background-color: #ffffff;

	border: 1px solid #0072bc;

	color: #000000;

	font-family: verdana;

	font-size: 11px;

	font-weight: bold;

	width: 50px;

}

body {

	text-align:center;
	
	color: #0072bc;
	
	font-size: 12px;
	
	font-family: verdana;
	
	font-weight: bold;
	
}