/** = form */
form {
	margin: 20px 0;
}
form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
html>/**/body fieldset, x:-moz-any-link, x:default {
	-moz-border-radius: 5px;
	border: solid 1px #97b150;
}
form fieldset {
	margin: 0 0 10px 0;
	padding: 8px 12px;
	*padding: 0 12px 10px 12px;
	border: solid 1px #97b150;
	-o-border-radius: 5px;
	-icab-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}
form legend {
	color: #8aa249;
	*margin-bottom: 10px;
	font-size: 0.8em;
	font-style: italic;
	font-family: Georgia;
	line-height: 16px;
	vertical-align: middle;
	background-color: transparent;
}
form label {
	font-size: 0.8em;
	color: #888;
	display: block;
}
fieldset div {
	float: left;
	width: 100%;
}
fieldset em {
	display: block;
	clear: both;
	font-size: 0.7em;
	color: #bbb;
	font-style: normal;
	line-height: 6px;
	margin-bottom: 10px;
}
form p.required {
	background-color: #e7efd3;
	padding: 0 10px;
	width: 65px;
	float: right;
	margin-left: 100%;
	margin-top: -28px;
	text-align: right;
	font-size: 0.6em;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;	
}

/** = controls */
button,
input,
select,
textarea,
.select/*,
.buttons a*/ {
	width: 98%;
	padding: 2px 4px;
	margin: 4px 2px 5px 0;
	border: 1px solid #8aa249;
	line-height: 15px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	background: #fff url(../i/content/input_bg.gif) repeat-x 0 0;
}
textarea {
	overflow: auto;
}
.important input,
.important textarea,
.important select {
	font-size: 1.6em;	
}
.select {
	height: 60px;
	width: 95%;
	overflow-y: scroll;
	padding: 2px 15px 2px 2px !important;
}
.select label {
	display: block;
	float: none;
	margin: 2px 0;
}
select option.current {
	font-weight: bold;
}
.submit input,
button/*,
.buttons a*/ {
	color: #fff;
	width: auto;
	padding: 2px 10px 3px;
	*padding-bottom: 2px;
	text-align: center;
	border: 0;
	background: #762e15;
	-moz-box-shadow: 0 0 1em #ddd;
	-webkit-box-shadow: 0 0 1em #ddd;	
}
input.focus,
textarea.focus,
input:focus,
textarea:focus {
	border: 1px solid #762e15;
	color: #9b4325;
}
input[type=submit]:hover,
button:hover,
.hover {
	border: 0;
	color: #fff;
	background: #97b150 !important;
}

.checkbox input,
.checkbox input {
	margin: 0 5px 0 0;
	width: auto !important;
	border-width: 0;
	background-color: transparent;
}
.checkbox {
	height: 100%; /* IE problem */
	padding-bottom: 5px;
}
.checkbox input {
	margin-left: 10px;
}
.short {
	margin-right: -1.1%;
	width: 51.1%;
}
.line {
	clear: both;
	float: none;
}
.short input,
.short textarea {
	width: 90%;
}

/** = submit */
.submit input,
.submit button {
	margin-right: 5px;
	padding: 6px 15px 7px;
	font-size: 0.9em;	
}
.submit input {
	*padding: 1px 0;
}
.submit p {
	display: inline;
	margin-top: 4px;
	font-size: 1em;
}
.submit a {
	margin-left: 3px;
}
/*span.buttons a {
	margin: 0;
	cursor: default;
	background: none;
}
span.buttons {
	float: left;
	margin-right: 5px;
	background: #762e15 url(../i/content/button.gif) repeat-x top;
}*/
/*.buttons a:hover {
color: #000;
border-bottom: 1px solid #d8dde1;
border-right: 1px solid #d8dde1;
}*/

/** =errors */
/*div.submit div.error {
	padding: 15px 20px 15px 50px;
	color: #b53100;
	font-size: 0.9em;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	background: #eeeeb5 url(../i/content/form-incorrect.gif) no-repeat 98% 50%; 	
}

div.error .error {
	color: #b53100;
	font-size: 0.8em;
	padding: 3px 5px;
	text-indent: 20px;
	background: #ffe7d4 url(../i/content/input-incorrect.gif) no-repeat 5px 4px;
}	
div.error .notice {
	display: inline;
	font-size: 0.95em;
	color: #ff0000;
}
div.error textarea,
div.error select,
div.error input {
	border-color: #B53100;
} */
