/* Morham & Brotchie ver. 2.0 form - mbpqs.co.uk */
/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright (c) 2005 BU-S.com and may not be reproduced. */ 
/* Last updated 2 August 2005 */

/* contact form */

fieldset{
	width: 348px; padding: 0; margin: 0 0 25px 0;  
	font-family: "Arial" , helvetica, sans-serif;
	font-size: 11px;
	background-color: #fefefe;
	border: 1px solid #ccc;
	}
	
fieldset.fix {
	position: relative;
	}
	
label	{
	font-size: 11px;
	margin:3px;
	padding: 0;
	display: block;
	}

legend	{
	font-size: 14px;
	margin:3px;
	padding: 5px;
	}
		
form {padding: 0; margin: 0;}
em {font-style: italic; color: #222;}


#contact form ul, #contact form ul li, #contact form ul li input {
	width: auto;
	list-style-type: none;
	list-style-image: none;
	color: #369;
	padding: 0;
	margin: 5px;}

input {
	width:92%;
	border: 1px solid #eee; 
	border-top-color: #ccc;
	border-left-color: #ccc; 
	background: #fff;
	font-family: "Arial" , helvetica, sans-serif;
	font-size: 11px; 
	color: #369; padding: 3px; margin: 5px;}
	
input.submit { 
	width: auto;
	border: 1px solid #aaa; 
	border-top-color: #ccc;
	border-left-color: #ccc;
	padding: 4px 10px 4px 10px;
	background: #D1DAD0 url(/resources/img/submit_bg.gif) no-repeat top left;
	color: #666;
	cursor: pointer;
	font: normal 11px "Arial" , helvetica, sans-serif;
	margin: 5px;
	}
	
input.submit:active, input.submit:hover {
	border: 1px solid #ccc; 
	border-top-color: #aaa;
	border-left-color: #aaa;
	background: #D1DAD0 url(/resources/img/submit_bg.gif) no-repeat top left;
	color: #444;
	margin: 5px;
	}

textarea {
	width: 92%; border: 1px solid #eee; 
	border-top-color: #ccc;
	border-left-color: #ccc; background: #fff; 
	font-family: "Arial" , helvetica, sans-serif; font-size: 11px; 
	color: #369; padding: 4px; margin: 5px;}
	 
textarea:focus, select:focus, input:focus {
	background: #fdfcf9 url(/resources/img/form.gif) no-repeat;
	color: #333;
	border: 1px solid #eee; 
	border-top-color: #bbb;
	border-left-color: #bbb;
	}

