body {
	padding:0;
	margin:0;
	font-family:arial, helvetica, sans-serif;
	font-size:0.75em;
}

a:link, a:visited, a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding:0;
	margin:0 0 20px 0;
}

#contact-form {
	width:460px;
	float:left;
}

#contact-form form {
	margin:0;
	padding:0;
	border:none;
}

#contact-form fieldset {
	margin:0;
	padding:0;
	border:none;
}

#contact-form legend {
	display:none;
}

#contact-form label {
	clear:left; 
	display:block; 
	float:left; 
	width:180px; 
	text-align:right; 
	padding-right:10px; 
	margin-bottom:0.5em;
}

#contact-form input {
	border:1px solid #999999; 
	padding:0 2px;; 
	margin-bottom:0.3em;
	font-family:arial, sans-serif;
	font-size:1.1em;
}

#contact-form select {
	border:1px solid #999999;
	margin-bottom:4px;
	font-family:arial, sans-serif;
	font-size:1.1em;
}

#contact-form textarea {
	width:260px; 
	height:100px;
	border:1px solid #999999; 
	padding:0.2em; 
	overflow:auto;
	font-family:arial, sans-serif;
	font-size:1.1em;
}

#contact-form #submit {
	border:none;
	margin:5px 0 0 190px;
	padding:0;
}

#contact-details {
	width:230px;
	float:left;
	padding:0 0 0 20px;
}

#dataprotection {
	display:none;
}

#dataprotect {
	clear:both;	
}

