body {
	color: #333;
	padding: 0 30px;
}

.panel {
	clear: both;
	display: none;
	border: 3px solid #e9e9e9;
	padding: 1em;
}
.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: #e9e9e9;
	border-top: 3px solid #e9e9e9;
	padding-top: 0px;
	color: #000;
}
input.disabled {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #e9e9e9;
	background-color: #e9e9e9;
}

input.required, select.required {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #e9e9e9;
	width: 200px;
	height: 22px;
	margin-top: 1px;
}

textarea.required {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #e9e9e9;
	width: 200px;
	height: 62px;
	margin-top: 1px;
}

input.req, select.req {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #e9e9e9;
	width: 200px;
	height: 22px;
	margin-top: 1px;
}
textarea.req {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #e9e9e9;
	width: 200px;
	height: 62px;
	margin-top: 1px;
}

input.validation-failed {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #FF3300;
	color : #FF3300;
	height: 22px;
	line-height: 18px;
	padding: 0;
	margin-top: 1px;
}

	textarea.validation-failed {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #FF3300;
	color : #FF3300;
	height: 62px;
	line-height: 58px;
	padding: 0;
	margin-top: 1px;
}

input.validation-passed {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #e9e9e9;
	color : #000;
	height: 22px;
	margin-top: 1px;
}

textarea.validation-passed {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid #e9e9e9;
	color : #000;
	height: 62px;
	margin-top: 1px;
}

.validation-advice {
	display: inline;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 1px;
	background-color: #ffffff;
	color : #ff3300;
	font-weight: bold;
	width: auto;
	height: auto
	/* width: 450px; */
}
#txt
{
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #FF0000;
	padding-top: 30px;
	display: block;
}
#butt
{
	width: 410px;
	float: left;
	display: inline-block;
	padding-top: 15px;
}
#legend
{
	color: #676767;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}
label
{
	font-family: Tahoma, sans-serif;
	font-stretch: condensed;
	font-weight: normal;
	font-size: 11px;
	color: #676765;
	background-color: #f7f6f4;
	text-align: right;
	margin-bottom: 1px;
	margin-top: 1px;
}

.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;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}