form.forms {
	padding: 10px;
}
form.forms h2 {
	margin: 10px 0px;
	padding: 0px;
}
form.forms input {
	width: auto;
}
div.fieldset {
	margin-bottom: 10px;
}
div.fieldset span.hint {
	margin-left: 10px;
	font-style: italic;
	font-weight: normal;
}
.error {
	border: solid 1px red;
}
div.fieldset label {
	margin: 0px;
	font-weight:bold;
}
.fieldset div.address {
	margin-bottom: 5px;
	margin-left:0px;
}
.fieldset .clear {
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	visibility: hidden;
}
.sub-label {
	font-size: 85%;
	margin-bottom:5px;
}
.float-left-field {
	float:left;
	margin-right: 10px;
}
.clear-floated-field {
	clear: both;
}
.form_product_price,
.form_product_tax,
.form_product_quantity,
.form_product_total {
	text-align: right;
}
.form_product_description {
	text-align: left;
}
#form_products_total {
	border-top: 3px double;
	text-align: right;
	padding-top: 5px;
	font-weight:bold;
}
form.forms table {
	font-size:90%;
}
span.justification {text-decoration: italic;}
.correct  {color: green;}
.incorrect {color: red; text-decoration: line-through;}

/** Form Widget **/
.forms_widget .widgetcontent{
	padding:0px;
}
.forms_widget .errorExplanation div, .forms_widget .errorExplanation ul{
	margin:0px; 
	padding:0px;
}
