/*------------------------------------------------
Contact Form Style Sheet

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	17/10/06
------------------------------------------------*/

/* FORM */

form {
	padding:20px;
	padding-top:10px;
	background-color:#F9D716;
	margin-top:1em;
}

form strong {
	color:#000;
}

form p {
	padding-top:0.75em;
	clear:both;
}

form div {
	float:left;
}

input, textarea {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #BBA110;
	width:120px;
	padding:3px;
	color:#666;
}

label {
	width:125px;
	display:block;
	float:left;
}

.float {
	float:left;
}

.wide {
	width:auto;
	float:none;
	padding-bottom:0.75em;
}

.widefloat {
	width:auto;
	padding-right:20px;
}	

.wideinput {
	width:690px;
}

.radio {
	border:0;
	width:auto;
	vertical-align:middle;
	padding:0;
	margin:0;
	margin-left:30px;
	margin-right:5px;
}

.indent {
	margin-left:30px;
	display:inline;
}

.radiolabel {
	clear:both;
	width:640px;
}

input:focus, textarea:focus {
	border:1px solid #192169;
	color:#000;
}

.button {
	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;
	float:right;
}

.buttonHover {
	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;
	float:right;
}