label, input, div.static_field{ padding: 5px 0px 5px 0px; }

input:focus, textarea:focus { outline-style: none; border-color: #404040;; }

.spaced_fields input, .spaced_fields label, .spaced_fields textarea,
.spaced_fields select, .spaced_fields div.static_field { margin-top: 10px; }

.form_indent { margin-left: 110px; clear: left; }

label { cursor: pointer; }

textarea { padding: 3px; }

label {
	float: left;
	clear: both;
	width: 100px;
	text-align: right;
	padding-right: 10px;
}
    label.inline { float: none; clear: none; }

input[type=text], input[type=password] {
    font-weight: bold;
    padding-left: 5px;
    font-size: 12px;
    border: 1px solid #404040;
}

select {
	padding: 5px;
	border: 1px solid #404040;
	line-height: 20px;
	background: none;
}

input[type=submit], button {
	padding: 5px 10px 5px 10px;
	border: none;
	background-color: #808080;
	color: #FFF;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 10px;
}
	input[type=submit]:hover, button:hover { text-decoration: underline; cursor: pointer; }
	input[type=submit]:active, button:active { text-decoration: none; border-color: #404040; }
	input[type=radio], input[type=checkbox] { border: 0; background-color: transparent; }
	input.short, textarea.short { width: 150px; }
	textarea.short { height: 35px; }
	input.long, textarea.long { width: 300px; }
	textarea.long { height: 200px; }

input, select, textarea, div.static_field { float: left; }

select[disabled=disabled] { color: #DDD; }

.fields_inherit_style input, .fields_inherit_style textarea, .fields_inherit_style select {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-transform: inherit;
}
	
.fieldWithErrors { display: inline; }
.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
	border-width: 2px;
	border-color: #D60010;
}

#error_explanation {
	background-color: #FFF;
	padding: 10px;
}
#error_explanation li {
	color: #D60010;
	font-weight: bold;
}
