
#contact td {
	vertical-align: top;
	padding-bottom: 10px;
	font-size: 11px;
}
.contacttxt {
	line-height: 13px;
}

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


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

/* Textareas */
textarea            { width: 370px; height: 65px; margin: 0; }
textarea            { border:1px solid #fff; background:#fff; padding:5px; }
textarea:focus      { border:1px solid #fff; background:#fff; }

/* Select fields */
select              { border:2px solid #FFF; background:#FFF; width:200px; }
select:focus        { border:2px solid #FFF; background:#fff; }

/* Submit */
a.button, button {
	display:block;
	float:right;
	margin:0 0.583em 0.667em 0;
	padding:2px 5px 0px 5px;   /* Links */
	border:2px solid #a2a275;
	border-top:2px solid #a2a275;
	border-left: 2px solid #a2a275;
	background-color:#a2a275;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	font-size: 13px;
	font-weight: bold;
	color: #edebcc;
}
button {
	width:auto;
	overflow:visible;
	padding:0px 7px 0px 7px;
	border: 2px solid #a2a275;
}
button[type] {
  padding:1px 5px 1px 5px;   /* Firefox */
  line-height:18px;           /* Safari */
  font-weight: bold;
}
*:first-child+html button[type] {
  padding:2px 5px 2px 5px;   /* IE7 */
}
a.positive:hover, button.positive:hover {
  background-color:#fff;
  border:2px solid #fff;
  color:#a2a275;
  font-weight: bold;

}
a.positive:active {
  background-color:#fff;
  border:2px solid #fff;
  color:#a2a275;
  font-weight: bold;
}
