/*  Forms CSS Stylesheet - Scriptus Web Design
© 2008 Scriptus Web Design:  www.scriptus.co.nz */
 
form {
	color: #333;
	background-color: #ccc;
	background: url(img01.gif) left top;
	border: 1px double #eee;
	text-align:left;
}

/* Sections = Fieldset  */

fieldset {
/*	background-color: #ccc;*/
	border: 3px double #999;
	padding: 10px;
	margin: 15px;
    }

/* Section Heading = Legend  */

legend {
	border: 2px solid #FF0;
	font-size: 13px;
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #559106;
    }

/* Input Labels */

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

label {color: #555; }

label.pre {
	float: left;
    margin: 10px;
    width: 100px;
	padding: 1px;
	border-bottom: 1px dotted #aaa;
	font-weight: normal;
    text-transform: lowercase;	
    font-size: 13px;
    }

/* RED asterisk for required fields */

form .reqMark { color: #559106;}

/* Nested Fieldset  */
fieldset fieldset  {    background-color:#444;}

fieldset fieldset legend {
	padding: 0 1em;
	color: #cbc599;
	background: #333;
	font-weight: bold;
	border: 2px solid #cbc599;
    }


/* Inputs  */

textarea {
	padding: 0;
	vertical-align: top;
	max-width:100%;
	margin: 12px 0 0 0 ;
    }

form .inpfield   {
    margin: 6px auto ;
}

input   {
    margin: 12px 4px 10px 4px;
}

