@charset "utf-8";
/* CSS Document */

form {
	margin:0px 0px 0px 0px;
}
fieldset { border:solid #583721; border-width:1px 0 0 0; padding:0.5em 1em 1.5em 1em; }
legend {
	padding:0 0.25em .5em 0.25em;
	font-size:14px;
	font-weight:bold;
	color:#696955;
}
label {
	font-size:12px;
	color: #696955;
}
option { padding:0 3px; }
input, select, textarea, button {
	font:Arial, Helvetica, sans-serif; margin-top:3px;
}
input.textfield:focus, textarea:focus, input.focus, textarea.focus {
	background:#fdfcfa;
}

.textfield { width:150px; border:1px solid #999; padding:2px 1px 2px 3px; margin-top:3px;}
textarea.textfield { width:225px; height:75px; }
input.tiny { width:20px; }
input.small { width:60px; }
input.medium { width:100px; }
input.large { width:175px; }
div.field { clear:both; margin-bottom:0.3em; overflow:hidden; min-height:0; }
span.required, label.required { font-weight:bold; }
ul.column-two {
	float:right;
	width:195px;
	list-style-type: none;
}
ul.column-one {
	float:left;
	margin-right:10px !important;
	width:195px;
	list-style-type: none;
}
ul.big-column {
	float:left;
	margin-right:10px !important;
	list-style-type: none;
}
