div#content div.commentBoxContainer form.commentBox{ padding: 10px; color: white;}
div#content div.commentBoxContainer{ margin-top:10px;}
.requestinput{
font-family: verdana;
font-size: 120%;
width: 35em;
}

.progress_bar{
font-size:100%;
font-family: Trebuchet MS;
}

form.tableform textarea, form.tableform input{
width:35em;
font-size:100%;
}

.tableform {
display:block;
margin:10px 0pt 3em;
padding:0pt 1em 1em;
width:auto;
border:4px solid #eee;
background:aliceBlue;
}

.tableform fieldset{
  border:none;
}

.tableform fieldset.radio {
margin:1em 0pt 2em;
width:15em;
}
.tableform fieldset.radio input {
clear:both;
float:left;
width:auto;
}
.tableform fieldset.radio label {
font-weight:normal;
}
.tableform input {
display:block;
width:430px;
}

.tableform input.submitbutton{
  margin:15px 0px;
  /*width:200px;*/
  font-size:140%;
  width:auto;
  padding:5px;
}

.tableform label {
display:block;
font-weight:bold;
margin-bottom:0.25em;
margin-top:10px;
text-align:left;
font-size:15px;
color:#333;
/*width:500px;*/
width:auto;
}
.tableform label.first {
padding-top:0em;
}
.tableform select {
display:block;
}

.tableform table{
margin:1em 0 0;
width:auto;
}

.tableform table tr th{
background:None;
}

.tableform table tr{
background: None;
}

.tableform table input{
    width:25em;
}

.tableform table input.submitbutton{
    margin:0;
}

h2#formtitle{
  font-size:220%;
  font-weight:bold;
}

div#vfu, div#sfu{
  float:left;
  /*width:580px;*/
  padding-bottom:10px;
}

div#vfu label, div#sfu label, div#vfu input, div#sfu input {
  width:250px;
}

div#sfu{
  margin-left:0px;
}

div.form_field_note{
  font-size:80%;
  color:#666;
}

form textarea{
  width:430px;
  font-size:100%;
}

div#sideRight h2{
  margin-top:95px;
}



/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 370px;
	/*font-size: 1.0em;*/
  font-size:12px;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	/*border-top: 1px solid #C9DCA6;*/
	/*background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;*/
	/*background-color: #F8FDEF;*/
  background:aliceBlue;
}


form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 1px 10px 7px;
  border-top:1px solid #ccc;
  /*border-bottom:1px solid #ccc;*/
	/*background: url(../images/cmxform-divider.gif) left bottom repeat-x;*/
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
div.error { display: none; }
/*input {	border: 1px solid black; }*/
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }


/**********************************

Use: cmxform template

***********************************/
form.cmxform fieldset {
	/*margin-bottom: 10px; kgd*/
}

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform label { width: 150px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	/*width: 220px;*/
}

form.cmxform input.submit {
	margin-left: 103px;
}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
