/* Form Stylesheet for modern binders.co.uk website

  (c) Colin Sewell, 2007
------------------------- */

form {
	padding: 0 4px;
	margin: 20px 25px;
	width: 500px;
}

fieldset {
	border: 1px solid #cc0000;
}

legend {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #555;
}

label {
	float: left;
	text-align: right;
	width: 150px;
	margin-top: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #555;
}

input, textarea {
	width: 225px;
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #6da297;
}

input.CheckBox {
	width: 20px;
}


#mnuContact {
	width: 200px;
}

input:hover, textarea:hover {
	background-color: #d7e5e4;
}

input:focus, textarea:focus{
	background-color: #e3f1ef;
}


#submitbutton {
	margin-left: 150px;
	margin-top: 5px;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #555;
}

#submitbutton:focus {
	background-color: #D7E2EB;
}

#submitbutton:hover {
	background-color: #D7E2EB;
}

