label {
	color: #767851;
	display: block;
	font-size: 14px;
	font-weight: bold;
	width: 80px;
}

input {
  width: 220px;
}

input,
select, 
textarea {
	background: #d3c6ab;
	border: none;	
}

input,
select {
	color: #423826;
	font-family: Georgia,"Times New Roman", Times, serif;
	height: 16px;
	padding: 5px 0;
	font-size: 12px;
}

select {
	display: block;
	height: 26px;
	width: 220px;
}

input[type=submit] {
	background: #757750 url('../agent-submit-bg.png') scroll no-repeat top left;
	color: #e8e4d0;
	font-size: 16px;
	font-weight: bold;
	height: 33px;
	margin-top: 0px;
	margin-left: -4px;
	width: 304px !important;
}

textarea {
  width: 220px;
}

