fieldset {
	padding:1.4em 1.4em 1.4em 0em;
	margin:0 0 1.5em 0;
	border:none;
}
legend {
	font-weight:bold;
	font-size:1.2em;
}
input.textfield, input.title, textarea, select , input[type=text], input[type=password]{
	border:1px solid #dadada;
	background: transparent;
	width: 168px;
	height: 19px;
}

input[type=text]:focus, input[type=password]:focus, input.textfield:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#bbb;
	background: transparent;
}


/* 


input.textfield, input.title {
	width:300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
} */
textarea {
	background: transparent;
	width: 390px;
	height: 150px;
	padding: 5px;
	overflow: auto;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form div{
	margin: 0 0 1.2em 0;
}
form.inline {
	line-height: 2em;
}
form.inline p {
	margin-bottom:0;
}
.error, .notice, .success {
	margin-bottom: 1em;
	border: 2px solid #ddd;
	padding: 1px 0 3px 10px;
}
.error {
	/* background:#e2d1e3; */
	color:#8a1f11;
	border-color:#C6C3DF;
}
.notice {
	/* background:#e5e4f2; */
	color:#514721;
	border-color:#C6C3DF;
}
.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: #5e579f;
}
/* end errors msg*/
.contact_form fieldset{
	padding-top: 0;
}
.contact_form  div{
	position: relative;
}
.contact_form  div label{
	position: absolute;
	top: 3px;
	left: 177px;
}

