#contact-left{
	float:left;
	width:250px;
}
#contact-right{
	float:left;
	width:400px;
}
#contact-button{
	clear:both;
}
#form {
	width:685px;
}
#form div.element {
	padding-top:5px;
	padding-bottom:5px;
}
#form div.element ul{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:155px;
}
#form div.element ul li input{
	margin-top:5px;
}
label.label {
	display:block;
	padding-top:15px;
	clear:both;
	font-weight:bold;
	color:#81817c;
}
div.element {
	clear:both;
}
div.form-elements {
	float:left;
}
div.input-error {
	float:left;
}
.input-error {
	font-weight:bold;
	color:red;
	clear:both;
	margin-left:155px;
}
.error-panel {
	margin-left:130px;
	margin-top:-30px;
	z-index:10;
	position:relative;
	float:left;
}
.formelement {
	padding:4px;
	border:1px solid #c8c8c0;
	width:208px;
	height:14px;
	background-image:url('images/formbg.jpg');
	background-repeat:repeat-x;
}
.formelementbutton{
	padding-top:15px;
	float:right;
}
.formelementtextarea{
	width:472px;
	height:100px;
}
.error{
	border:1px solid #22B4FF;
}
.input-error{
	color:#ffffff;
	font-weight:bold;
}
#error{
	z-index:100;
	left:0px;
	top:0px;
	position:absolute;
}
#error-tekst{
	background-color:#22B4FF;
	padding:4px;
}
#error-corner{
	width:46px;
	height:15px;
	background-image:url(images/corner.png);
	background-position-x:2px;
	background-repeat:no-repeat;
}