@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: 100%;
}
form a {
	color: #ED2839;
}


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:85%;
}

textarea{
	height: 100px;
	font-size:85%;

}



.radio {
	width: 25px;
}

#contactform #query {
	margin-bottom: 20px;
	width: 300px;
	font-size:85%;
	padding-left:5px;
	
}

#submitbutton {
width: 128px;
	height: 20px;
	margin-top: 10px;
}
#contactform strong {
	font-weight: bold;
}
#contactform img {
	
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin-right:5px;
}


.optinptext .optin label {
	font-size: 85%;
	width: 400px;
	
	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(/Content/assets/images/padlock.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	padding-left: 30px;
	padding-top: 5px;
	height: 26px;
}


