#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
	font-size: 10px;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice, .error_text {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-size: 10px;
}
fieldset {
}


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

fieldset {
	padding: 0em;
	margin-bottom: 0.5em;
	border-style: none;
}

label {
	font-weight: bold;
}
#info p.text_highlight {
	background: #DCE4FA;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #163E96;
	border-bottom: 1px solid #163E96;
}
#info p.text_highlight-2 {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	background: #FFD;
	border-bottom: 1px solid #F1E6DF;
	color: #98002E;
}

.form-row {
	clear: both;
}
