
.formdata{
	padding:5px;
}

.form_side{
	float:left;
	width:730px;
	min-height:650px;	
	margin-bottom: 20px;
	display: inline-block;
}

.fieldwrapper{
	clear:both;	
	float:left;
	width:680px;
	height: auto;
	margin-top:10px;
}

.fieldlabel{
	float:left;
	width:120px;
}

.fieldlabel_ext{
	float:left;
	width:240px;
}

.fieldreq{
	float:left;
	color:#CE1326;
	font-weight:bold;
	width:20px;
	text-align:center;
}
	
.fielddata{
	float:left;
	width:210px;
}
.fielddata_ext{
	float:left;
	width:420px;
}
.fieldhint{
	float:left;
	width:80px;
}

.fielderror{
	float:left;
	width:250px;
	color:#900;
	_margin-top: -5px;
}

.formtitle{
	clear:both;
	padding-bottom:20px;
	font-size:1.4em;
	font-weight:800;
}

.formdivider{
	margin-top:20px;
	height:30px;
	clear:both;
	border-bottom:1pt #ccc solid;
}

.formdivider_top{
	margin-top:0px;
	height: 10px;
}

.submission{
	clear:both;	
	padding-top:40px;	
	height:50px;
}

.submission p{
	text-align:right;	
	
}

.form_submit{
	float:right;
	margin-bottom:10px;
}

input {
	width: 200px;
}
select {
	width: 204px;
}
textarea {
	width: 202px;
	height: 60px;
	overflow: auto;
	-moz-box-sizing:border-box;

}

.big_textarea
{
	width: 690px;
	height: 120px;
}

.check {
	text-align: left;
	width: 10px;
}

.submit {
	width: 120px;
}


.registrationsearch {
	float: left;
	line-height: 25px;
}

.registrationsearch_button {
	float: left;
	line-height: 30px;
	width: 50px;
	margin-left: 10px;
}

/* Newsletter page specific */

.newsletter_form_content_wrap {
	width: 400px;
}

.newsletter_form_field {
	float: left; 
	width: 220px;
}

.newsletter_form_button {
	float: left;
	width: 100px;
}

