/* CSS Document */
				
/*	IMPORTANT --
	don't edit the template code below without good reason!
	edit the form widths and input controls as required
	then include override css after the custom comment */
	
/*	TEMPLATE */

#errors {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	}

form {
	margin: 0;
	padding: 0;
	}

form div {
	padding-top: 2px;
	}

form span, form label {
	padding: .4em 0;
	}

form label, form label.hilite {
	float: left;
	position: relative;
	text-align: right;
	background: #DBE8EE;
	}

form label.hilite {
	background: #FDFE83;
	}

form label span, form label.hilite span {
	padding: 0 2em 0 1em;
	}

form label span.prefix {
	position: absolute;
	font-weight: bold;
	top: 0.4em;
	right: -1.3em;
	}

form span.field {
	float: left;
	position: relative;
	padding: 0;
	}

form span.field input, form span.field select, form span.field checkbox, form span.field textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-left: .5em;
	}

form span.field select {
	margin-top: .1em;
	}

form span.required {
	position: absolute;
	color: #FF0000;
	}

form span.extras {
	float: left;
	margin-left:5px;
	}

form span.note {
	}

form span.note span {
	font-size: 85%;
	color: #666666;
	padding: 0 0 0 2em;
	}

form span.error {
	background: url( "/images/form/error.gif" ) no-repeat left;
	}

form span.error span {
	font-size: 85%;
	font-weight: bold;
	color: #FF0000;	
	padding: 0 0 0 2em;
	}

form div.submit {
	float: left;
	}


/*	FORM OPTIONS */
form {
	width:625px;
	}

form label {
	width: 25%;
	}

form span.field {
	width: 30%;
	}

form span.field input, form span.field textarea {
	width:90%;
	}

form span.field input.checkbox {
	width: 15px;
	}

form span.field select {
	width: 93%;
	}

form span.extras {
	width: 40%;
	}


/*	YOUR CUSTOM OVERRIDES */
