

.form {
	margin: 0 auto;
	width: 622px;
}

.form h2 {
	background:#00519e;
	color:#ffffff;
	margin: 0 !important;
	padding:2px;
}

.form h2 span{
	display:block;
	font-size:0.6em;
}

.form-required{
	padding-left:5px;	
	font-size:0.8em;
	color:red;	
}

.form fieldset {
	border: none;
	margin: 0 auto;
	z-index:5000;
}

.form label {
	display: inline-block;
	margin: 20px 0 0 0;	
	padding: 0 10px;
	position:relative;
	width: 120px;
}

.form input {
	border: 1px #cdcdcd solid;
	margin-bottom: -1px;
	width: 160px;
}

.infosfieldset input:hover{
	border-color: #00519e;
}

.checkbox {
	border: none !important;
	width:70px!important;
}

.infosfieldset {
	border-right: 1px #cdcdcd solid !important;
	width: 312px;
	float: left;
}

.checkboxfieldset {
	width: auto;
	padding: 0 10px;
}


.checkboxfieldset label{
	width: 150px !important;
}
.validatefieldset {
	
	text-align: right;
	width:100% !important;
}

#submit {
	margin:30px 50px 0 0;
	height: 30px;
	cursor:pointer !important;
}

#submit:hover {
	border-color:#00519E;
}

.form textarea {
}

.form textarea {
}

#contactform{
}

.contactform h2 {
}

