form, fieldset {
	border:none;
}
legend {
	font-weight:bold;
	font-size:1.2em;
}
input.textfield, input.title, textarea, select, input.short {
	border:1px solid #704801;
	background-color:#fff;
	width: 274px;
	height: 19px;
	padding: 0 0 0 5px ;
	font-size: 12px;
}
input.short {
	width: 90px;
}

textarea {
	font-family: Arial;
	width: 269px;
	height:150px;
	padding:5px;
	overflow: auto;
}
input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form div{
	overflow: hidden;
	margin: 0 0 0.5em 0;
}
label{
	display: block;
	width: 130px;
	float: left;
	margin: 0 10px 0 0;
	cursor: pointer;
}

/* buttons */
.button, button {
  display:block;
  float: right;
  margin: 0.7em 0.5em 0.7em 0;
  padding:5px 10px 5px 10px;   /* Links */
  
  background-color:#426c1a;
  border: none;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color:#fff;
  line-height:130%;
  text-decoration:none;
  text-transform: uppercase;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding: 4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}

/* end buttons */	

.error, .notice, .success {
	margin-bottom:1em;
	border:2px solid #ddd;
	padding: 0 0 0 3px;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
.errors {
	margin: 2px 0;
}
.errors li {
	font-size: 10px;
	line-height: 11px;
	color: #FF4411;
}
/* end errors msg*/


#contact_form{
	width: 286px;
	float: left;
}
#contact_form label{
	width: auto;
	float: none;
	color: #704801;
}
