﻿@charset "utf-8";


.formHolder {
	width:530px;
	margin-bottom:25px;
	float:left;
}
.formHolder span {
	font-size:12px;
}
.fieldHolder {
	background:#f3f6fa;
	margin-bottom:5px;
	float:left;
	width:100%;
}
.fieldHolder .field {
	border-left:5px solid #cedbec;
	padding:5px 0;
	float:left;
	width:525px;
}
.fieldHolder .fieldTop {
	background:url(../images/formular/fieldTop.png) left top no-repeat;
	height:4px;
	width:100%;
	float:left;
	overflow:hidden;
}
.fieldHolder .fieldBottom {
	background:url(../images/formular/fieldBottom.png) left top no-repeat;
	height:4px;
	width:100%;
	float:left;
	overflow:hidden;
}
.formHolder label {
	width:145px;
	font-size:13px;
	line-height:18px;
	float:left;
	padding:0 5px;
	clear:left;
}
.formHolder div.text input {
	width:344px;
	background:white;
	border:1px solid #cedbec;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0;
	font-size:13px;
	color:#727272;
	padding:0 5px;
}
.formHolder textarea {
	border:1px solid #cedbec;
	width:349px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height:120px;
	font-size:13px;
	color:#727272;
	padding-left:5px;
	resize: none;
}
div.error input {
	border-color:#ff3535;
}
div.error span {
	color:#ff3535;
	padding-left:155px;
	font-size:13px;
	line-height:18px;
	float:left;

}
div.radio input {
	width:auto;
	text-align:left;
	margin:0;
	margin-right:5px;
	vertical-align:baseline;
	background:none;
	border:none;
}
div.radio span {
	width:50px;
	margin-right:20px;
	font-size:13px;
	line-height:18px;
}
div.button {
	float:right;
	background: url(../images/formular/buttonRad.png) no-repeat 100%;
	padding-right:6px;
	height:25px;
	display:inline;
	margin-right:15px;
}
div.button input {
	background:none;
	font-size:15px;
	margin-top:2px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	border:none;
	padding:0;
	text-align:left;
	width:auto;
	cursor:pointer;
}
div.button span {
	display:block;
    padding:0px 17px 0 25px;
    background:url(../images/formular/buttonBG.png) no-repeat;
    line-height:25px;
	height:25px;
	display:inline;
	float:right;
}
input#contactStreet {width:240px;margin-right:12px;}
input#contactNo {width:80px;}
input#contactZIP {width:80px;margin-right:12px;}
input#contactCity {width:240px;}

