/*=================================================
Style for contact form added 27th Nov 2008 - djr
=================================================*/
form h3 {
font-size: 16px;
padding: 0;
}
/* fieldset styling */
fieldset {
	padding: 10px;
	width: 450px;
	border: 1px solid #ccc;
	overflow: hidden; 
	background: #EEEEEE;
	margin: 0 0 0 160px;
}
/* legend styling */
#contactForm legend {
font-size: 1.6666666666666667em;
display: none;
}
/* style for labels */
#contactForm textarea {
	height: 84px;
}
#contactForm label {
	display: block;
	margin: 0;
}
#contactForm input {
  width: 306px;
}
#contactForm textarea {
	width: 410px;
}
#contactForm input {
border:1px solid #BFBFBF;
padding:2px 5px;
}
#contactForm textarea {
	height: 100px;
}
.required {
	font-size: 0.8em;
	color:red;
	line-height: 1.5em;
}
#contactForm input.submit {
background-color: #ff6600;
color: #fff;
display: block;
margin-left: auto;
margin-right: auto;
width: 200px; /* alter this to fit width of text */
cursor: pointer;
}
/* put error message in <p> in errror-wrap <div> */
p.mail-sent,
p.mail-failed,
p.error-message,
p.close-window {
	padding-left: 1.8em; 
}
p.mail-sent {
line-height:20px;
background: url(../images/email_go.png) no-repeat 0 0;
}
p.error-message {
line-height:20px;
background:  url(../images/error.png) no-repeat 0 0;
} /* errors could also be reported as a list */
p.mail-failed {
line-height:20px;
background:  url(../images/email_error.png) no-repeat 0 3px;
}
p.privacy {
	clear:both;
	text-align: center;
}
form p.small{
	margin-bottom: 0;
}
body.privacy {
	margin: 1em;
}
p.close-window {
	float: right;
}
p.close-window {
	background: url(../images/cross.png) no-repeat 0 50%;
}
.rightnav a,
.sidebar a {
	line-height: 18px;
}
