div.nicetitle {
	background-color: #333;
	color: #fff;
	font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	-moz-opacity: .87;
	}

div.nicetitle p {
	font-size: 11px;
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
}

div.nicetitle p.destination {
    font-size: 9px;
	color: #7A7A7A;
    padding-top: 3px;
	text-align: left;
	-moz-opacity: 1;
}

div.nicetitle p span.accesskey {
	color: #d17e62;
}
.accordion { margin: 6px 0; }
.accordion_handle { background: #ededed url(img/accordion_img.gif) no-repeat 10px center; padding: 0.7em 0 0.7em 30px; font-size: 11px; font-weight: bold; margin-top: 4px; cursor: pointer; }
.accordion_handle:hover { background: #d4d4d4 url(img/accordion_img.gif) no-repeat 10px center; padding: 0.7em 0 0.7em 30px; font-weight: normal; margin-top: 4px; cursor: pointer; }
.accordion_handle_active { background: #d4d4d4 url(img/accordion_img_over.gif) no-repeat 10px center; padding: 0.7em 0 0.7em 30px; font-size: 11px; font-weight: bold; margin-top: 4px; cursor: pointer; }
.accordion_content { margin: 0; padding: 0; }
.accordion_inner { padding: 15px 15px 15px 30px; }				
.toggle_content { margin-left: 15px; margin-right: 15px; }
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #D4D4D4;
}
input.norequired, textarea.norequired {
	border: 1px solid #D4D4D4;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #DF0001;
	color : #DF0001;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 1px;
	color : #DF0001;
	font-weight: normal;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: normal;
}

label {
	font-weight: normal;
}

.field-label {

}

.field-widget {

}