input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	font-size: 7pt;
	color: #666666;
	border: #EBEBEB;
	border-style: #EBEBEB;
	border-top-width: #EBEBEB;
	border-right-width: #EBEBEB;
	border-bottom-width: #EBEBEB;
	border-left-width: #EBEBEB;
}
.input2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	font-size: 7pt;
	color: #666666;
	border: #EBEBEB;
	border-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	background-color:#666;
}

