form {
margin: 20px 10px 50px 10px;
}

.field {
padding: 0px;
margin-bottom: 0px;
}


.field-label {
	float: left;
	text-align: left;
	display: table;
	width: 100px;
	display: block;
	height: 18px;	
}

.field-widget {
	float: left;
	display: table;
	width: 200px;
	display: block;		
}



.textarea-widget {
	float: left;
	display: table;
	width: 25%;
	display: block;
}


input {
	border: 1px solid #000;
	width: 200px;
	width: 200px;
}




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

input.required,  {
	border: 1px solid #000;	
}

input.optional,  {
	border: 1px solid #000;
	width: 200px;
}

input.captcha,  {
	border: 1px solid #7F9DB9;
	width: 200px;
}

input.validation-failed {
	border: 1px solid #971b1d;
	width: 200px;
}

input.validation-passed  {
	border: 1px solid #000;
	color : #000;
	width: 200px;
}



textarea {
	width: 300px;
	border: 1px solid #000;
	overflow: auto;
}

textarea.required {
	border: 1px solid #7F9DB9;
	width: 300px;
}

textarea.optional {
	border: 1px solid #000;
	width: 300px;
}



textarea.validation-failed {
	border: 1px solid #FF3200;
	color : #FF3200;
	width: 300px;
}


textarea.validation-passed {
	border: 1px solid #000;
	color : #000;
	width: 300px;
}


.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	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: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}






select {
	border: 1px solid #000;
	width: 200px;
}




.submitbutton {
font-size: 10px;
background-color: #FFFFFF;
color: #000;
width: 200px;
}



.validation-advice {
	padding: 5px;
	
	color: #971b1d;

}

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

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

label {
	font-weight: bold;
}

.form-row {
	clear: both;
	padding-left: 5px;	
	
	padding-top: 3px;
	
}






.field-calendar {
	float: left;
	display: table;
	width: 100px;
	display: block;
	
}



.checkbox-widget {
	float: left;
	display: table;
	width: 25%;
	display: block;
	background-color: #fff;
}



.select {
width: 5%;
background-color: #fff;
}



.error {
font-family: Tahoma;
font-size: 8pt;
color: red;
display:none;
margin: 0 0 0px 5px;
}	

