/* Form Elements */

form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #425929; /* #595959 */
	background: #fff; /* #dbe8f8 */
	border: 0.1em solid #7BAA55;/*#a3c8f8;*/
}

input:focus, select:focus, textarea:focus {
    background: #E7F7DC;
	color: #3F7F4C;
}

input:hover, select:hover, textarea:hover {
    background: #E7F7DC;
	color: #3F7F4C;
}

input.formCheckbox, input.formRadio {
	border: none;
	background: transparent;
}

input.noHover {
    background: transparent;
}

input#submitbutton {
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    font-weight: bold;
	font-size: 0.85em;
    color: #FFFFFF;
	background: #595959;
	border: 0.1em solid #595959;
}

label {
	font-weight: bold;
}

/*
fieldset, fieldset a {
	color: #425929;
	padding: 4px;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #76685D;
}
*/

td input.formButton {
	margin: 0px 3px 0px 3px;
}

/* Style Form */

form dt {
	font-size: 0.85em;
	margin-left: 8px;
	width: 120px;
    display: block;
    float: left;
}

form dd {
	font-size: 0.85em;
    margin-left: 0;
	margin-bottom: 4px;
}

form #submitbutton {
	font-size: 0.95em;
	margin-top: 8px;
}