form, fieldset {
	border:none;
	margin: 5px 0;
}
legend {
	font-weight:bold;
	font-size:1.2em;
}
input.textfield, input.title, textarea, select, input.short {
	border:1px solid #bbb;
	background-color:#fff;
	width: 255px;
	height: 20px;
	padding: 3px 0 0 0;
	font: normal 12px Tahoma;
	float: left;
}
input.short {
	width: 90px;
}

textarea {
	font: normal 12px Tahoma;
	width:320px;
	height:150px;
	padding:5px;
	overflow: auto;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:.25em;
}
form div{
	overflow: hidden;
	margin: 0 0 0.5em 0;
}
label{
	display: block;
	width: 81px;
	float: left;
	text-align: right;
	margin: 3px 10px 0 0;
	cursor: pointer;
	font: normal 12px Tahoma;
}
.radio_label{
	text-align: left;
	width: 90px;
}

.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 {
	margin: 10px 0 0 0;
}
.newsletter{
	width: 300px;
}

.newsletter fieldset{ 
	width: 150px;
	float: left;
	padding: 0 10px 0 0;
}
.newsletter .textfield{ 
	width: 180px;
	float: left;
}
.newsletter label{ 
	text-align: left;
	width: 150px;
}
.newsletter .button{
	margin: 23px 0 0 0;
	float: left;
}

/* event_form */
.event_form{
	width: 348px;
}
.more_people{
	width: 338px;
	background: #dde7ed;
	padding: 10px 0;
	margin: 0 0 10px 10px
}
.more_people .textfield{
	width: 236px;
}
.add_data{
	background:  url(../images/buttons.png) no-repeat right -63px;
	display: block;
	color: #fff;
	padding: 8px 0px 14px 22px;
	margin: 10px 0 10px 0;
}
