/* CSS för admin-listen */

#adminBar{
	position:absolute;
	left:0px;
	top:0px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background:url(/images/back_adminbar01.png);
	line-height:16px;
	padding:6px;
	margin:0 auto;
	float:left;
}

.contact_input {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
}
.contact_inputzip {
	width:70px;
	font-family:Arial, Helvetica, sans-serif;
}
.contact_inputcity {
	width:110px;
}
.contact_inputmessage {
	width:280px;
	height:140px;
	font-family:Arial, Helvetica, sans-serif;
}
.contact_inputmessage2 {
	width:280px;
	height:160px;
	font-family:Arial, Helvetica, sans-serif;
}
.contact_button {
	width:80px;
}
.contact_mandatory {
	background-image:url(/images/form_mandatory1.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

.clear{
clear:both;
}