/*=====================================================================
 *
 * Filename: formstyle.css
 * Website: www.plettlet.co.uk
 * Author: Mark Downie
 * Date Created: 20/09/2009
 * Media: Screen, projection
 *
 * Description
 * -----------
 * Form layout
 * for contact form
 * 
 * 
 *=====================================================================*/ 


/* ========= Form Styles ==========================
*  this code sets the style of the contact
*  form elements on the contact page of the website
*  ================================================ */

/* form styles */
	
input, textarea {
	background: #f7f7f7;
	}

form {
	width: 37em;
	margin: 0 0 1em 1.5em;
	padding: 0.6em;
	background: #F0F0F0;
	font-size: 1.1em;
	border: 1px solid #c0c0c0;
	}
	
form p {
	line-height: 1em;
	}

fieldset {
	background: transparent;
	margin: 0 0.3em 0.5em 0;
	border: 1px solid #900;
	font-size: 1em;
	}

legend {
	font-weight: bold;
	margin: 5px 0 0 5px;
	border: 1px solid #CC6666;
	padding: 3px;
	}

label {
	float: left;
	width: 8em;
	margin-right: 0.5em;
	}
	
input {
	width: 20em;
	xbackground-color: #ccc;
	border: 1px solid #666;
	font-size: 0.9em;
	}

textarea {
	xbackground-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #666;
	}

submit {
	margin: 1em;
	}

textarea:focus, 
input:focus,
select:focus {
	border: 1px solid #CC6666;
}

form p.date_picker label {
	display: block;
	text-align: left;
	float: left;
	width: 4em;
	margin-right: 0.5em;
	border: 1px solid yellow;
} 

.hidden {
	position: absolute;
	left: -400em;
	top: -20em;
}

input.button {
	padding: 0.4em;
	font-weight: bold;
	width: 8em;
	}

.error {
	color: red;
	font-weight: bold;
	}
