.panel {
	clear: both;
	border: 3px solid #CCC;
	padding: 1em;
	width: 70%;
}
.panel.active-tab-body {
	display: block;
}
#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, textarea {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #999;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #999;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	color : #aaa;
	font-weight: bold;
}

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

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
	padding: 0px 10px 0px 0px;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {
	float: left;
	width: 30%;
	text-align: right;
}

.field-widget {
	float: right;
	width: 68%;
	text-align: left;
}

.ser_code {
	background: url("images/button.png") no-repeat;
	font-weight: bold;
	color: blue;
	float: left;
	padding: 0px 10px;
	font-family:Comic Sans MS;
	font-size:20px;
	font-variant:small-caps;
	font-weight:bolder;
}
