/* CSS Document */

input {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #16455F;
	background-color: #EAF3F4;
	border: 1px solid #16455F;
}

select {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color:  #663300;
	background-color: #EDEDCB;
	border: #EDEDCB;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-right: 0px;
}
textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #16455F;
	background-color: #EAF3F4;
	border: 1px solid #16455F;
}
