.mailformplus_contactform {width:100%;background:white;font-family:arial,sans-serif;font-size:12px; color:#333;border:none;padding:0;margin:0;}

.mailformplus_contactform .inputbox {
        float:left;
        width:100%;
        margin:0 0 10px;
	background: url('/fileadmin/templates/images/bg_form_fields.jpg') repeat-y;
}

.col1 {width:250px;float:left;padding-left: 10px;}

.col2 {width:260px;float:left;}
.col2.radios {
	width:450px;
}
.col2 input {width:252px;border:1px solid #03b3ec;padding:3px;}
.col2 textarea {width:252px;border:1px solid #03b3ec;padding:3px;}
.col2 select {border: 1px solid #03b3ec; padding: 3px;}
.col2.radios input {
	width:auto;
	border-style:none;
	margin-left: 12px;
}
.col2.radios input.first {margin-left:0;}
.col2 .radio_caption {padding-left: 3px;}

#postcode {width:65px;margin:0 14px 0 0;}
#city {width:165px;margin:0;}
#country {width:100%;}

#style {width:73px; margin: 0 14px 0 0;}
#title {width: 165px; margin: 0;}

.mailformplus_contactform .inputbox.special {
	font-family: Verdana, sans-serif;
	height:41px;
	padding-top:13px;
/*	background: #f9f9f9 url('/fileadmin/templates/images/bg_form_reset_send.gif') no-repeat 255px center;*/
	background: url('/fileadmin/templates/images/bg_form_bottom_all.png') no-repeat;
	border-top:1px solid #03b3ec;
	border-bottom:1px solid #03b3ec;
}

.mailformplus_contactform .inputbox.special .col1 {
	padding-top:5px;
}
.mailformplus_contactform .inputbox.special .col2 {
	width:254px;
}

.mailformplus_contactform .inputbox.special label {color: #03b3ec; margin-left: 5px;}

.mailformplus_contactform #reset {
	background: url('/fileadmin/templates/images/close_lightblue_14x14.png') no-repeat 100px;
/*	margin-left:5px;*/
}
.mailformplus_contactform #reset:hover {
	background: url('/fileadmin/templates/images/close_blue_14x14.png') no-repeat 100px;
}

.mailformplus_contactform #submit {
	background: url('/fileadmin/templates/images/arrow_lightblue_14x14.png') no-repeat 100px;
	margin-left:8px;
}
.mailformplus_contactform #submit:hover {
	background: url('/fileadmin/templates/images/arrow_blue_14x14.png') no-repeat 100px;
}

.mailformplus_contactform input.button {
	color: #03b3ec;
	border:none;
	text-align:left;
	width:118px;
	height:28px;
	cursor:pointer;
}

.mailformplus_contactform input.button:hover {color:#183d76;}
