@charset "utf-8";
/* CSS Document */

div.formwrap{
	background-color:#F8F5E8;
	border-bottom:2px solid #ECE8D7;
	border-right:2px solid #ECE8D7;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

form {  /* set width in form, not fieldset */
}

div.formwrap fieldset {
border: 0; /* removes the border of the fieldset */
background-color:#F8F5E8; /* remember fieldset background is a mess in ie7 */
}

/* style of LEGENDs */

div.formwrap fieldset legend {
	font-family:Arial,Helvetica,sans-serif;
	font-size:21px;
	font-weight:700;
	padding-bottom:5px;
	padding-top:5px;
	text-align: left;
	color: #154A7F;
}

/* style of LABELs */

div.formwrap label {
font-size:1em; /* general label styling */
font-weight:bold; /* general label styling */
}

div.formwrap label.left{

}

div.formwrap input.rightlabel{ /* left float the inputs for 'reversed' radios and checkboxes */

}

div.formwrap input,
div.formwrap textarea,
div.formwrap select{
/*border:1px solid #999;*/
}

/* start tweak label margins to align vertically optimally in various browsers */

div.formwrap label,
div.formwrap input,
div.formwrap textarea,
div.formwrap select{
margin-top:5px;
}

div.formwrap label.radio{
margin-top:2px;
}

div.formwrap label.check{
margin-top:2px;
}

/* end tweak label margins to align vertically optimally in various browsers */

div.formwrap br{
clear:left;
}

div.formwrap h2 { /* for a note full width across form */
font-size: 0.9em;
padding-bottom:0.5em;
font-weight:bold !important;
}

div.formwrap p.noteafter{ /* for text to right of an input */
font-size: 0.9em;
}

div.formwrap p.noteunder { /* for a paragraph left aligned with and under inputs */
font-size: 0.9em;
}


div.formwrap label.radiocheck{

}

/* start for two column radios and checkboxes */
 
div.formwrap div.leftcol,
div.formwrap div.rightcol{

}

div.formwrap div.leftcol{

}

div.formwrap div.rightcol{

}

/* end for two column radios and checkboxes */
 
div.formwrap label.between{ /* for label in between two horizontal selectors */

}

div.formwrap p.check{ /* tweak for vertical alignment of checkboxes optimised for all browsers */

}

div.formwrap fieldset.hide{ /* insurance to hide hidden fields */

}

 /*styling for required elements */

div.formwrap .required{
border-top:2px solid #f66;
border-bottom:2px solid #f66;
border-left:1px solid #666;
border-right:1px solid #666;
}

div.formwrap .require{
color:#b00;
}


/* table in a fieldset */

div.formwrap fieldset table{
font-size:0.9em;
border:0;
	background-color:#F8F5E8;
margin-left:auto;
margin-right:auto;
}

div.formwrap fieldset table tbody th{
width:145px;
font-weight:bold;
text-align:left;
	background-color:#F8F5E8;
}

div.formwrap fieldset table tbody td{
	background-color:#F8F5E8;
}

div.formwrap fieldset table tfoot th{
width:145px;
font-weight:bold;
text-align:left;
}

div.formwrap fieldset table tr.total th{
width:145px;
font-weight:bold;
text-align:left;
}

div.formwrap fieldset td{
width:50px;
}

div.formwrap table td.rt{
text-align:left;
}

div.formwrap table td input{
margin:0;
}

div.formwrap tr th{
/* background-color:#efe; */
}


div.formwrap tr td input,
div.formwrap tr td select{
display:inline !important;
}