@charset "iso-8859-1";
/* author: Geoff Vines */
/* Creation date: 12/09/2006 */
/* Last changed: 12/09/2006 */

/* CSS styling for Steven Carey aka Numbers (UK) */

/* Styling for the forms elements. */

#formdiv {
	margin-left: 5px;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

form fieldset {
	margin: 5px 0 15px 0;
	padding: 0 5px 5px 5px;
	border: 1px dashed #0000B5;
	width: 415px;
}

form#mailform fieldset {
	min-height: 190px;
}

form legend {
	padding: 0 5px 5px;
	color: #0000B5;
	background-color: #FFF;
}

form label {
	width: 150px;
	float: left;
	padding: 2px 0 0 0;
}

form label#textarealabel {
	width: 300px;
	padding: 10px 0 0 10px;
	color: #0000B5;
	background-color: #FFF;
}

form #copylabel {
	width: 300px;
}

form label#attLabel {
	clear: both;
	margin: 5px 0 0 0;
}

form .attInput {
	float: left;
	clear: both;
	width: 185px;
	margin: 5px 0 0 0;
}

form #copyplease, #optin {
	width: 20px;
	position: relative;
	top: 10px;
	left: 10px;
}

form input {
	margin: 0 0 2px 0;
	border: 1px solid #0000B5;
	width: 250px;
	padding: 0 2px;
}

form textarea {
	border: 1px solid #0000B5;
	margin: 5px 0 0 0;
	padding: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

form textarea#mailmsg {
	width: 370px;
	height: 200px;
}

form textarea#enquiry {
	width: 400px;
	height: 150px;
}

form .mailcheck {
	width: 20px;
}

form .mailgrplabel {
	width: 310px;
}

form .button {
	background-color: #FFF;
	color: #0000B5;
	width: 50px;
	position: relative;
	left: 5px;
	top: 5px;
	padding: 0;
}

form .button:hover {
	background-color: #0000B5;
	color: #FFF;
	cursor: pointer;
}

form #sendasemail {
	width: 100px;
	float: left;
	clear: both;
}
