form, fieldset {
	border:none;
}
legend {
	font-weight:bold;
	font-size:1.2em;
}
input.textfield, input.title, textarea, select, input.short {
	border:1px solid #999;
	background-color:#fff;
	width: 227px;
	height: 19px;
}
input.short {
	width: 90px;
}

textarea {
	font-family: Arial;
	width:320px;
	height:150px;
	padding:5px;
	overflow: auto;
}
input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form div{
	overflow: hidden;
	margin: 0 0 5px 0;
}
label{
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	margin: 0 10px 0 0;
	cursor: pointer;
}

/* buttons */
.button, button {
  display:inline-block;
  float: left;
  margin: 5px 10px 5px 160px;
  padding:5px 10px ;   /* Links */
  
  background-color:#e60000;
  border: none;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color:#fff;
  line-height:130%;
  text-decoration:none;
  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 2px 160px;
	clear: left;
}
.errors li {
	font-size: 10px;
	line-height: 11px;
	color: #FF4411;
}
/* end errors msg*/

.search_form{
	float: right;
	width: 221px;
	padding: 4px 12px 8px 0;
	overflow: hidden;
}
.search_form .textfield{
	float: left;
	width: 194px;
	margin:0 5px 0 0;
}
.search_form .button{
	border: 0;
	width: 18px;
	height: 18px;
	background: url(../images/icons.png) no-repeat 0 0;
	margin: 1px 0 0 0;
	padding: 18px 0 0 0;
	cursor: pointer;
	overflow: hidden;
}
.contact_form{
	margin: 10px 0 0 0;
}
.radio_label{
	width: 80px	;
	text-align: left;
}
.radio_label .radio{
	margin: 0 5px 0 0;
}