label,
input,
legend,
textarea {
	font-size:1.1em;
	font-family:'Lucida Sans', Verdana, Helvetica, sans-serif;
	float:left;
}
label,
legend {
	font-weight:bold;
	color:#82641E;
	width:100%;
	padding:0.2em 0;
	margin:0 0 0.2em 0;
}
label.inline {
	width:auto;
	margin-right:0.8em !important;
}
select {
	float:left;
	clear:both;
	margin-top:0.2em;
}
textarea.full,
input.full,
input.small {
	padding:0.2em 0.2em;
	border:2px solid #DEDB97;
	background-color:#ffffff;
	background-image:url(../images/input_bkg.gif);
	background-repeat:no-repeat;
}
input.full {
	width:95%;
}
textarea.full {
	width:98%;
	height:9em!important;
}
input.small {
	width:3.5em;
}
label span,
legend span {
	font-weight:normal;
	font-size:0.9em;
}
fieldset {
	border:0;
	padding:0;
}
fieldset label {
	font-size:0.95em;
	color:#666666;
}

/* Post the form */
#postForm {
	border-top:1px solid #B0AC79;
	margin-top:2em;
	padding-top:1em;
	float:left;
	width:100%;
	clear:both;
}
#postForm p {
	float:left;
	width:80%;
}
#postForm button {
	float:right;
}
button {
	border:2px solid #B0AC79;
	padding:0.3em 0.6em;
	background-image:url(../images/ui_bkg_button.gif);
	background-repeat:repeat-x;
	background-color:#688627;
	color:#ffffff;
	font-weight:bold;
}

.ghost {
	border:0;
	display:inline;
}
