/*------------------------------------------------
Contact Form Style Sheet

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	17/10/06
------------------------------------------------*/

/* FORM */

form, #thanks {
	padding:20px;
	padding-top:10px;
	background-color:#FBEDB8;
	float:right;
}

#thanks {
	width:458px;
	height:334px;
}

input, textarea {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #F3CA35;
	width:300px;
	padding:3px;
	color:#666;
}

label {
	width:150px;
	display:block;
	float:left;
}


input:focus, textarea:focus {
	border:1px solid #B14245;
	color:#000;
}

.button {
	margin-left:150px;
	width:75px;
	background-color:#F3CA35;
	border:1px solid #FFF;
	border-bottom:1px solid #C2A22A;
	border-right:1px solid #C2A22A;
	color:#666;
	font-weight:bold;
	font-size:0.9em;
	background-image:none !important;
}

.buttonHover {
	margin-left:150px;
	width:75px;
	background-color:#B14245;
	border:1px solid #D8A1A2;
	border-bottom:1px solid #8E3537;
	border-right:1px solid #8E3537;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	background-image:none !important;
}