@charset "UTF-8";
/* CSS Document */

/* Used to zero out the default data */
html, body { 
	border: 0; 
	margin: 0; 
	padding: 0; 
}

/* The Div Tag that conatians the forms */
#contact {  
	width: 760px; 
	padding: 10px;
	margin:0px auto;	
}


/* Form style, the elements within the contact comtainer */

#contact label { 
	display:block;
	height: 18px; 
	line-height: 26px; 
	width:90px; 
	font-size: 14px; 
	-webkit-border-radius:0px; 
	padding-right:2px 
}


#contact3 label { 
	display:block;
	height: 18px; 
	line-height: 26px; 
	width:150px;
	float:left;
	font-size: 14px; 
	-webkit-border-radius:0px; 
	padding-right:2px 
}

#contact label.add {
	padding-left:14px;
	width:100px;
	
}

#contact input, textarea, select { 
	display:block;
	padding: 5px; 
	color: #000000; 
	background: #FFF; 
	border:0; 
	margin: 5px 0px 0px 0px; 
	font:18px "Times", "palatino Linotype"; 
	webkit-border-radius:5px; 
}

#contact3 input, textarea, select { 
	display:block;
	padding: 5px; 
	color: #000000; 
	background: #FFF; 
	border:0; 
	margin: 5px 0px 0px 0px; 
	font:18px "Times", "palatino Linotype"; 
	webkit-border-radius:5px; 
}
#contact2 input, textarea, select {
	width: 300px; 
	display:block; 
	padding: 5px; 
	color: #000000; 
	background: #FFF; 
	border:0; 
	margin: 5px 5px 0px 0px; 
	font:18px "Times", "palatino Linotype"; 
	webkit-border-radius:5px; 
}

#contact input#houseNumber, #contact input#postcode {
	width:100px;
}
   
#contact input:focus, textarea:focus, select:focus { 
	border: 0px solid #999; 
	color:#333; 
}
	

#contact fieldset { 
	padding:0px; 
	border:0px; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 
}

#contact span.required, #contact3 span.required {  /* Select the colour of the * if the field is required. */
	font-size: 13px; 
	color: #ff0000;

}

.clear{
	clear:both;
}

#required {
	display:inline-block;
	height:20px;
	margin-bottom:2px;
}

.float {
	float:left;
}

.float2 {
	padding: 6px 0px 0px 5px;
	display:block;
	float:left;
	margin-right:15px;
	font-size:12px;
}

#contact input.float2{
	display:block;
	height:20px;
	margin-top:6px;
}

.floatright {
	float:right;
}


.space {
	display:block;
	height:	10px;
}

#subButton {
	margin-top:8px;
	margin-right:20px;
	float:right;
	width:100px;
	height:25px;
}

#subButton2 {
	margin-top:8px;
	margin-right:120px;
	float:right;
	width:100px;
	height:25px;
}

#subButton3 {
	margin-top:10px;
	margin-right:28px;
	float:right;
	width:100px;
	height:25px;
}

#contact input#been {
	width:500px;
	margin: 5px 0px 10px 80px;
}

#contact label#width, #contact label#width2 {
	display:block;
	width:500px;
	margin-bottom:10px;
}

#contact label.shift {
	width:210px;
	float:left;
	margin-bottom:10px;
}

#contact label#comment {
	margin-right:10px;
	width:180px;
}

