form{
	border-top: 1px solid #8d8d8d;
	border-bottom: 1px solid #000;
	padding: 25px 0 20px ;
	margin: 30px 0 0;
	width: 680px;
	background: url(../images/site_images/form_elements.png) no-repeat right -257px;
}
fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:none;
}
legend {
	font-weight:bold;
	font-size:1.2em;
}


.textfield {
	width:292px;
	height: 29px;
	padding:5px;
	background: url(../images/site_images/form_elements.png) no-repeat 0 0px;
	border:none;
}
textarea {
	background: url(../images/site_images/form_elements.png) no-repeat 0 -98px;
	width:295px;
	height:95px;
	padding: 5px 10px 5px 5px;
	overflow: auto;
	border:none;
}
.error, .notice, .success {
	margin-bottom:1em;
	border:2px solid #ddd;
}
.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*/

.column{
	float: left;
	width: 340px;
	margin: 0 0 35px;
}
label{
	display: block;
}
.required{
	background: url(../images/site_images/form_elements.png) no-repeat 0 -63px;
	position: relative;
	top: -34px;
	right: -288px;
	width: 10px;
	height: 10px;
	z-index:10;
	text-indent: -9999px;
}
.point{
	background: url(../images/site_images/form_elements.png) no-repeat 0 -63px;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	float: left;
	margin: 5px;
}
.send{
	position: absolute;
	bottom: -7px;
	right: 88px;
	cursor: pointer;
	background: url(../images/site_images/green_lines.png) no-repeat 0 -357px;
	width: 241px;
	height: 44px;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}