/*Home contact form*/
#contact-form input {
	font-weight: bold;
	color: #7C0500;
	background: #FFECD5;
	margin-bottom: 0.5em;
	border: 1px solid #FFECD5;
	width: 200px;
	margin-left: 15px;
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: .2em;
}

#contact-form textarea {
	font-weight: bold;
	color: #7C0500;
	background: #FFECD5;
	margin-bottom: 0.5em;
	border: 1px solid #DCDFC6;
	width: 200px;
	margin-left: 15px;
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0.2em;
	height: 4em;
}

#contact-form input:focus {
	background: #FFCB8C;
	border: 1px solid #000000;
	color: #FFFFFF;
}

#contact-form textarea:focus {
	background: #FFCB8C;
	border: 1px solid #000000;
	color: #FFFFFF;
}

#contact-form #submitbtn {
	border: 1px dashed #98A496;
	width: 15em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background: #FFECD5;
	font-weight: bold;
	color: #7C0500;
	padding: .1em .2em .3em;
}
#contact-form #submitbtn:hover {
	background: #C8E3E8;
	color: #FFFFFF;
}

#contact-form label {
	font-size: 1.1em;
	display: block;
	padding-left: 17px;
	font-weight: bold;
}
.em {
	font-weight: bold;
}
#sidebar #contact-form {
	padding-left: 5px;
}


.box {
	width: 220px;
	margin-left: 20px;
	background: url(../TEMPcolours/images/box/middle.gif) repeat-y;
	margin-top: 1.5em;
}
#wrapper #sidebar .box h2 {
	background: url(../TEMPcolours/images/box/top.gif) no-repeat left top;
	padding-top: 0.5em;
	margin-left: 0px;
}
.box .lastp {
	background: url(../TEMPcolours/images/box/bottom.gif) no-repeat left bottom;
	padding-bottom: .5em;
}
.box p {
}
