.Uberform fieldset {
	border:none;
	margin-bottom:10px;
}
.Uberform fieldset legend {
	letter-spacing: 0.6px;
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	margin: 0 30px 0px 15px;
}
.Uberform fieldset .InputTable {
	margin: 0 auto 0 auto;
	/*width: 98%;*/
}
.Uberform fieldset .InputTable td {
	padding: 5px;
	border:none;
	vertical-align: top;
}
.Uberform fieldset .InputTable td .FieldBox input,
.Uberform fieldset .InputTable td .FieldBox select,
.Uberform fieldset .FieldBox input,
.Uberform fieldset .FieldBox select {
	display: block;
	margin: auto;
}

.Uberform fieldset .InputTable td .FieldBox textarea,
.Uberform fieldset .FieldBox textarea {
	display: block;
	width:98%;
	margin: auto;
	height:100px;
}

.Uberform select {
	width: 98%;
}

.Uberform fieldset .TwoColumn td {
	width: 50%;
}

.Uberform fieldset .ThreeColumn td {
	width: 33%;
}

.Uberform .FieldBox input {
	width: 300px;
}

.Uberform fieldset .InputTable .FieldBox label {
	color: black;
	font-size: 1em;
	font-weight:normal;
	display: block;
	text-align: left;
	margin:0;
}

.Uberform fieldset .InputTable .FieldBox p {
	color: #666;
	font-size: 1em;
	font-weight:normal;
	display: block;
	text-align: right;
	font-style: italic;
	margin:0;
}

.Uberform fieldset .FieldBox {
	padding:5px;
}

.Uberform fieldset .FieldBox label {
	letter-spacing: 0.6px;
	font-size: 1.1em;
	color: #333333;
	font-weight: bold;
	margin: 0 30px 30px 30px;
}

.Uberform fieldset .FieldBox .InputTable td {
	border:none;
	margin: 5px;
}

.Uberform fieldset .FieldBox .InputTable label {
	color: black;
	font-size: 1em;
	font-weight:normal;
	margin:auto;
}

.Uberform fieldset .FieldBox p {
	color: #888;
	font-size: 1em;
	font-weight:normal;
	display: block;
	text-align: right;
	font-style: italic;
	margin:0;
}

.Uberform fieldset .FieldBox .InputTable td .InputCheck input,
.Uberform fieldset .FieldBox .InputTable td .InputRadio input {
	display: inline;
	line-height: 20px;
	vertical-align: middle;
}

.Uberform fieldset .FieldBox .InputTable td .InputCheck label,
.Uberform fieldset .FieldBox .InputTable td .InputRadio label {
	display: inline;
	width: inherit;
	line-height: 20px;
	vertical-align: middle;
	padding: 0 0 0 5px;
}

fieldset.Collapsible legend {
	cursor: pointer;
	padding:0 0 0 27px;
	color:#509b2a;
	text-decoration:underline;
	font-weight:bold;
}

.CheckField input,
.CheckField label {
	display: inline;
	width: auto;
}

fieldset.Collapsible legend.h_folded {
	background:url('../images/arrow-across.gif') no-repeat;
}

fieldset.Collapsible legend.h_expanded {
	background:url('../images/arrow-down.gif') no-repeat;
}

fieldset.Collapsible .folded {
	display: none;
}

fieldset.Collapsible .expanded {
	display: block;
}

.Uberform fieldset .InputTable td .CheckField input {float:left;width:auto;}

.Uberform fieldset .InputTable td .CheckField  label {
	display: inline;
	float:left;
	padding-left:10px;
}

.Uberform fieldset span.InputCheck input {
	width:20px;
	float:left;
}
.Uberform fieldset span.InputCheck label {
	float:left;
	padding-left:10px;
}
