

input {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: red;
	height: 16px;
	width:150px;

}
select{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #5E656C;
	height: 18px;
	width:120px;
}
textarea{
	font-family: Verdana;
	font-size: 10px;
	color: #5E656C;
}


select {
	font-family: Verdana;
	font-size: 11px;
	color: #3B3633;
	height: 18px;
}
fieldset {
	font-family: Verdana;
	font-size: 10px;
	border: 1px #D4E2C6 solid;
	padding:5px;
	
}
legend{
	font-family: Verdana;
	font-size: 11px;
	color:#565656;
	font-weight: bold;
	margin-left:15px;
	padding:12px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#D4E2C6;

}

a{
	font-family: Verdana;
	font-size: 11px;
	margin-left:2px;
	color:#992805;
	font-weight: normal;
	text-decoration: none;
}
a:hover{
	font-family: Verdana;
	font-size: 11px;
	margin-left:2px;
	color:#CC9C19;
	font-weight: normal;
	text-decoration: underline;
}
.button{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: white;
	height: 20px;
	width:100px;
	background-color:#313131;
	border:1px gray solid;
	cursor:pointer;
}
.button2{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: white;
	height: 20px;
	width:100px;
	background-color:#313131;
	border:1px gray solid;
	cursor:pointer;
}


