/*------------------------------------------------
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:#F9D716;
	float:right;
}

#thanks {
	width:458px;
	height:334px;
}

input, textarea {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #BBA110;
	width:300px;
	padding:3px;
	color:#666;
}

label {
	width:150px;
	display:block;
	float:left;
}


input:focus, textarea:focus {
	border:1px solid #192169;
	color:#000;
}

.button {
	margin-left:150px;
	width:75px;
	background-color:#192169;
	border:1px solid #53598F;
	border-bottom:1px solid #0C1034;
	border-right:1px solid #0C1034;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	background-image:none !important;
}

.buttonHover {
	margin-left:150px;
	width:75px;
	background-color:#7DADE1;
	border:1px solid #DEEAF7;
	border-bottom:1px solid #5E82A9;
	border-right:1px solid #5E82A9;
	color:#FFF;
	font-weight:bold;
	font-size:0.9em;
	background-image:none !important;
}

* html .buttonHover {margin-left:153px;}
* html .button {margin-left:153px;}