#agentbox {
	margin-top: 20px;
	width: 375px;
}
#contact td {
	vertical-align: top;
	padding-bottom: 8px;
	font-size: 11px;
	color: #274446;
}
.contacttxt {
	line-height: 13px;
}

.contacttxt p {
	margin-bottom: 10px;
}


/* Text fields */
input.zip   { width: 80px; float:right;}
input.city 	{ width: 205px;}
td option {
	color: #274446;
}
input.text, input.title   { width: 370px; }
input.text, input.title, input.state, input.zip, input.city  {
	border:1px solid #c0c597;
	padding:3px;
	height: 15px;
	margin: 2px 0 0 0;
	background-color: #ffffff;
}
input.state { width: 38px; margin-right: 5px; }
input.text:focus, input.title:focus, input.state:focus, input.zip:focus, input.city:focus         {
	border:1px solid #c0c597;
	background:#FDF9DD;
}
input.title { font-size: 11px; }
span.zip 	{ padding-left: 8px; }

textarea            {
font-family: Arial, Helvetica, sans-serif;
font-size:8pt;
border:1px solid #c0c597;
}
/* Textareas 
textarea            {
	width: 370px;
	height: 40px;
	margin: 0;
}
textarea            {
	border:1px solid #c0c597;
	background:#ffffff;
	padding:2px;
	margin-top: 2px;
}
textarea:focus      {
	border:1px solid #c0c597;
	background:#FDF9DD;
}*/

/* Select fields */
select              {
	border:1px solid #c0c597;
	width:200px;
	/* background-color: #fffff;*/
	padding: 2px;
	margin-top: 3px;
	color: #274446;
}
select:focus        {
	border:1px solid #c0c597;
	background-color: #f8f5e4;
}

/* Submit */
a.button, button {
	display:block;
	float:right;
	margin:0 0.583em 0.667em 0;
	padding:3px 6px 1px 6px;   /* Links */
	border:1px solid #c0c597;
	border-top:1px solid #c0c597;
	border-left: 1px solid #c0c597;
	background-color:#CCCC96;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	font-size: 12px;
	font-weight: normal;
	color: #274446;
}
button {
	width:auto;
	overflow:visible;
	padding:1px 8px 1px 8px;
	border: 1px solid #476567;
}
button[type] {
	padding:2px 6px 2px 6px;   /* Firefox */
	line-height:18px;           /* Safari */

}
*:first-child+html button[type] {
  padding:2px 5px 2px 5px;   /* IE7 */
}
a.positive:hover, button.positive:hover {
	background-color:#a3aa65;
	border:1px solid #476567;
	color:#ececcf;

}
a.positive:active {
	background-color:#476567;
	border:2px solid #476567;
	color:#ececcf;

}
