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

/*******************************/
/* Contact form styles        */
/*****************************/


legend {
	
	font-weight:bold;
	font-size: 1.1em;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin: 0px;
}
form {
	width: 500px;
}
form a {
	color: #FF9900;
	line-height: 100%;
	text-decoration: none;
}


fieldset {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 20px;
	
}

label{
	float: left;
	width: 150px;
	font-weight: bold;
	padding-left:5px;
	
}

input, select{
	width: 300px;
	margin-bottom: 7px;
	text-align:left;
	font-size: 0.846em;
}

textarea{
	height: 100px;
	font-size: 0.846em;

}



.radio {
	width: 25px;
}

#contactform #query {
	margin-bottom: 20px;
	width: 300px;
	font-size: 0.846em;
	padding-left: 2px;
}

#submitbutton {
width: 100px;
	height: 22px;
	margin-top: 10px;
}
#contactform strong {
	font-weight: bold;
}
#contactform img {
	
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin-right:5px;
}


#mainContent .optinptext .optin label {
	font-size: 0.846em;
	line-height: 1.385em;
	width: 280px;
	margin-bottom:10px;
	padding: 0px;
	font-weight: normal;
}
.optinptext .optin #checkbox-email, .optinptext .optin #checkbox-post {
float:right;
margin-top:3px;
margin-right:22px;
width: 20px;
color: #000000;
margin-bottom:10px;
}
#container-inner #mainContent-inner #contactform .optinptext .optin {
	margin-bottom: 10px;
}
.maincontent-text-wrapper #contactform .optinptext {
	font-size: 85%;
	margin-bottom:10px;
}
.dataprotection {
	background-image: url(/assets/images/padlock.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	padding-left: 30px;
	padding-top: 5px;
	height: 26px;
}

#container #mainContent #contactform .optinptext .smalltext {
	font-size: 0.846em;
	line-height: 1.385em;
	padding-right:10px;
	margin-bottom:10px;
