form {
	margin-bottom: 20px;
}
div.form_notice {
	background-color: #B3E476;
	padding: 20px;
	margin-bottom: 20px;
}
div.errors {
	padding: 20px;
	border: 2px solid #990000;
}
span.helptext {
	font-size: 11px;
	color: #888;
}
input {
	padding: 3px;
	background-color: #FFFFE1;
	border: 1px solid #999;
	margin-right: 10px;
}
input.short {
	width: 60px;	
}
input.medium {
	width: 200px;
}
input.long {
	width: 300px;
}
textarea {
	padding: 3px;
	font-size: 12px;
}
textarea.small {
	width: 300px;
	height: 60px;
}
.standard {
	width: 650px;
	float: left;
	clear: both;
}
.standard form {
	clear: both;
}


.half {
	width: 50%;
	float: left;
}
.standard .message {
	width: 300px;
	padding: 10px;
	float: left;
	clear: both;
	border: 1px solid #CCC;	
	margin-bottom: 20px;
}
fieldset.type_a {
	padding: 20px;
	background: #FFF;
	border: 1px solid #FFF;
}

fieldset.type_a legend {
	font-size: 14px;
	padding: 5px;
	background: #ED8859;
	border: 1px solid #FFE6C6;
	color: #FFF;
}
form em {
	color: #CC0033;
	font-size: 20px;		
}
.standard table {
	border: 1px solid #BBB;
}
div.standard_list {
	width: 650px;
	float: left;
	clear: both;
	padding: 20px;
}
div.standard_list table {
	margin: 10px 0px;
	width: 100%;
}
div.standard th, div.standard td {
	padding: 5px 10px 5px 5px;
	border-bottom: 1px dashed #BBB;
}
div.standard_list th, div.standard_list td {
	padding: 5px;
	border: 1px solid #BBB;
}
div.standard th {
	text-align: right;
	font-weight: bold;
	background: #FFE6C6;
}
div.standard_list th {
	font-weight: bold;
	background: #FFE6C6;
}
div.standard_list td {
	
}
div.standard th.admin_only {
	text-align: right;
	font-weight: bold;
	color: #FFF;
	background: #ED8859;
}
div.standard td {
	padding: 5px;
	background: #FFF;
}

div.form_buttons {
	float: left;
	padding: 20px;
	width: 100%;
	text-align: center;
}
div.form_buttons input {
	
}

table.inner, table.inner td, table.inner th {
	border: none;
}
div.standard ol, div.standard ul{
	list-style-position:inside;
	padding: 5px 0px;
	text-indent: -17px;
	margin-left: 20px;
	line-height: 18px;
	
} 
/* --------- STEPS ---------- */
div.steps ol {
	display: inline;
}
div.steps li {
	display: block;
	width: 200px;
	height: 150px;
	border: 1px solid #DDD;
}
