body
{
	font-family: Verdana;
}
.label
{
	font-size:11px;
	color:Black;
}
.dropdownlist
{
	border-right: 1px inset;
	border-top: 1px inset;
	font-size: 11px;
	border-left: 1px inset;
	width: 100%;
	color: black;
	border-bottom: 1px inset;
	font-family: Verdana;
	background-color: whitesmoke;
	padding: 2px;
}
.textbox
{
	font-size: 11px;
	width: 200px;
	color: black;
	font-family: Verdana;
	background-color: whitesmoke;
	border: 1px solid #7F9DB9;
	height: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
.textboxm
{
	font-size: 11px;
	color: black;
	font-family: Verdana;
	background-color: whitesmoke;
	padding: 2px;
	width: 200px;
	border: 1px solid #7F9DB9;
}
.button
{
	font-size: 11px;
	padding: 2px;
	color: black;
	font-family: Verdana;
}
.errormsg
{
	font-size:11px;
	color:Red;
}

