#content dt {
	font-size: 85%;
	position:relative;
}

/*span.required {
	background: url(img/required.png) no-repeat;
	height: 13px;
	width: 56px;
	overflow: hidden;
	position:absolute;
	right:-4px;
	top:19px;
	z-index:5;
	display: block;
	text-indent:-9999px;
}
*/

span.required {
	color:#c90120;
}


#content .inputRequired, #content .invalid {
	background: url(img/inputRequired-bg.jpg) no-repeat 50% 50%;
}

#content span.ef_wrapper {
	float:left;
	clear:both;
	line-height:12px;
	color:#c90120;
	font-size:85%;
}

#content .errors strong {
	float:left;
	clear:both;
	margin:0 0 15px 0;
}

#content dd {
	float: none;
	margin-bottom: 10px;
}

#content dd.form_checkbox input {
	float: left;
}

#content dd.form_checkbox label {
	width: 345px;
	font-size: 85%;
	font-weight: normal;
	font-style: normal;
	white-space: nowrap;
}

#content dd.form_input input {
	width: 345px;
	border:1px solid #BBBBBB;
	height:20px;
	padding:5px 0 0 5px;
}

#content dd select {
	width: 345px;
}

#content dd textarea {
	width: 340px;
	height: 200px;
	background-color: white;
}

#content div.errors {
	border:1px solid #c90120;
	padding:20px 15px;
	margin:0 0 30px 0;
	overflow:auto;
}
#content div.errors span {
	width:100%;
}


#content dd.form_submit {
	margin:0;
	padding:0;
	height:30px;
	width:75px;
	clear:both;
	float:left;
}

#content dd.form_submit input {
	margin:0;
	padding:0;
}

#content label {
	font-weight:bold;
}
fieldset {
	border:1px solid #CCCCCC;
	margin:0 0 16px 0;
	padding:16px;
}
legend {
	font-size:85%;
	font-weight:bold;
}
input.text, input.title {
	margin:8px 8px 8px 0;
	width:300px;
}
input.text, input.title {
	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	padding:5px;
}
input.text:focus, input.title:focus {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #999999;
}
input.title {
	font-size:85%;
}
textarea {
	height:250px;
	width:400px;
}
textarea {
	background:#EEEEEE none repeat scroll 0 0;
	border:1px solid #BBBBBB;
	padding:5px;
}
textarea:focus {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #999999;
}
select {
	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	width:200px;
}
select:focus {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #999999;
}
.error, .notice, .success {
	border:2px solid #DDDDDD;
	margin-bottom:1em;
	padding:0.8em;
}
.error {
	background:#FBE3E4 none repeat scroll 0 0;
	border-color:#FBC2C4;
	color:#D12F19;
}
.notice {
	background:#FFF6BF none repeat scroll 0 0;
	border-color:#FFD324;
	color:#817134;
}
.success {
	background:#E6EFC2 none repeat scroll 0 0;
	border-color:#C6D880;
	color:#529214;
}
.error a {
	color:#D12F19;
}
.notice a {
	color:#817134;
}
.success a {
	color:#529214;
}