body{
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: white;
}

img{
	border: 0;
}

#mainbackground{
	float: left;
	/*
	width: 1221px;
	*/
	width: 1100px;
	background-image: url('/images/mainbackground.jpg');
	background-repeat: no-repeat;
}

#global{
width: 1400px;
}

.stdiv{
	margin-top: 20px;
	clear: left;
	float: left;
}

#hspace{
	float: left;
	height: 400px;
	width: 124px;
}

.vspace20{
	height: 20px;
	width: 20px;
}

.vspace40{
	height: 40px;
	width: 40px;
}

#sideimage{
	clear: left;
	float: left;
	width: 254px;
	height: 1091px;
	background-image: url('/images/sideimage.jpg')
}

#sideimage_fr{
	clear: left;
	float: left;
	width: 254px;
	height: 1091px;
	background-image: url('/images/sideimage_fr.jpg')
}

#langselector{
	margin-left: 4px;
	margin-top: 10px;
}

#langselector a{
	font-size: 12px;
	color: #0086a1;
}

#contentarea{
	float: left;
	margin-bottom: 200px;
}

#contentarea p{
	clear: left;
}

h1,h2{
	clear: left;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}

h1{
	font-size: 15px;
	margin-bottom: 15px;
}

h2.error{
	color: #ff5757;
	font-size: 13px;
	font-weight: bold;
}

#FormContainer p{
	clear: left;
	float: left;
}

.indent1{
	margin-left: 26px;
}

#FormContainer{
	width: 600px;
}

.VisualRootelement{
	float: left;
	width: 600px;
	margin-bottom: 3px;
}

.VisualRootelement img{
	margin-bottom: 1px;
}

.VisualRootelement input, .VisualRootelement label{
	float: none;
}

.VisualChildelement{
	float: left;
	width: 600px;
	margin-bottom: 3px;
}

.SubelementLeft{
	float: left;
	width: 300px;
}

.SubelementRight{
	float: left;
	width: 200px;
}

#FormContainer label{
	width: 180px;
	clear: left;
}

#bottomForm{
	float: left;
	margin-top: 20px;
}

#bottomForm label{
	float: left;
}

#bottomForm p{
	margin-top: 4px;
	margin-bottom: 10px;
}

#bottomForm input, #bottomForm select{

	font-size: 11px;
}

#formSubmitStatus{
	clear: left;
	float: left;
	margin-bottom: 20px;
	/* margin-left: 40px; */
	min-height: 32px;
	padding-left: 32px;
	font-weight: bold;
	padding-top: 2px;
	width: 390px;
}

.hidden{
	display: none;
}

.red{
	background-image:url('/images/formstatus_error.png');
	background-repeat: no-repeat;	
	display: block;
	color: red;
	background-color: #ffe1e1;
	border: 1px solid #e30000;
}

.errorred{
	background-color: #ffe1e1;
}

.blue{
	background-image:url('/images/formstatus_started.png');
	background-repeat: no-repeat;		
	display: block;
	color: #559ec6;
	background-color: #dee0ff;
	border: 1px solid #999aad;	
}

.green{
	background-image:url('/images/formstatus_ok.png');
	background-repeat: no-repeat;
	display: block;
	color: #4c9811;
	background-color: #e5ffe1;
	border: 1px solid #9cad99;
}

.formrow{
	clear: left;
	float: left;
	width: 500px;
	margin-bottom: 3px;
}

.formrow input, .formrow select, .formrow textarea{
	width: 238px;	
	float: left;
}

.formrow select{

}

.LanguageSelector{
	width: 120px;
	font-size: 11px;
}

#submit{
	clear: left;
	float: left;
	width: 80px;
	margin-left: 180px;
}

.debug{
	margin-top: 20px;
	padding: 4px;
	clear: left;
	float: left;
	background-color: #ffdcdc;
	border: 1px solid #d40000;
	margin-bottom: 120px;
}

#footer{
	position: relative;
	left: -70px;
	margin-top: 40px;
	color: #CDC5BF;
	width: 600px;
	clear: left;
	float: left;
	height: 40px;
	background-image:url('/images/footer_bg.png');
	background-repeat: no-repeat;
	background-position:center top;
	padding-top: 18px;
	background-color: white;
}

#footer a{
	color: #CDC5BF;
}

#footer img{
	margin-right: 6px;
	float: left;
}

#footerlogos{

}

