form {
	font-size: 12px;
	color: #4a521a;
	margin-top: 25px;
	}

label {
	float: left;
	clear: left;
	width: 125px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	}
		
input {
	width: 75px;
	margin-bottom: 6px;
	}
	
br {
	clear: left;
	}

input.text, textarea {
	width: 245px;
	background-color:#fffdf2;
	font-family: 'lucida console', Monaco, monospace;
	font-size: 1em;
	}

textarea {
	height: 110px;
	}
	
.checkbox, .nolabelchbx {
	width: 1em;
	height: 1em;
	float:left;
	}
	
.nolabelchbx {
	margin-left: 138px;
	}
	
input:focus,
textarea:focus {
	background-color:#FFFFe5;
	}
	
input.submit {
	text-align: center;
	width:60px;
		}