/*
Title:      	Contact Form Styles for Alliance Development	
Author:     	Ben Usher-Smith, ben@heehaw.co.uk
Updated:    	Jan 13 2006
Notes:    		Hand-crafted by Heehaw Multimedia in Edinburgh, Scotland
Known issues: 	Columns for the form page break in IE on the Mac!
*/

/* contact forms */
#contactform dl, #contactform dd {
	padding:0;
	margin:0;
	}
fieldset{
	width: 94%;
	padding: 15px;
	margin: 0;   
	background: transparent;
	border: none;
	font-size: 90%;
	}
label, #contactform p {
	font-size:110%;
	margin: 4px 0 0;
	padding: 0;
	display: block;
	color: #888;
	font-style: normal;
	}	
form {
	padding: 0;
	margin: 0;
	}
input {
	width:98%;
	border: 1px solid; 
	border-color: #ccc #eee #eee #ccc;
	background: #fff;
	color: #666;
	padding: 3px;
	margin: 5px 0 5px;
	}
input.submit { 
	font-size: 110%;
	width:30%;
	border: 1px solid; 
	border-color: #ccc #aaa #aaa #ccc;
	padding: 4px 0 4px;
	background: #eee url(/img/submit_bg.gif) no-repeat top right;
	cursor: pointer;
	margin: 5px 0 5px;
	}	
input.submit:active, input.submit:hover {
	border: 1px solid; 
	border-color: #aaa #ccc #ccc #aaa;
	background: #eee url(/img/submit_bg.gif) no-repeat top right;
	}
textarea {
	width: 98%; border: 1px solid; 
	border-color: #ccc #eee #eee #ccc;
	background: #fff;  
	color: #666;
	padding: 3px;
	margin: 5px 0 5px;
	} 
textarea:focus, select:focus, input:focus {
	background: #fff url(/img/form.gif) no-repeat;
	border: 1px solid #eee; 
	border-color: #bbb #eee #eee #bbb;
	}

