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

.tbmain{ 
 /* Changes on the form */
 background: #EAEAEA !important;
 border:none; 
}
.left{
  /* Changes on the form */
  color:#999999;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px; 
  border:none;
  width:110px;
  padding-right:5px;
}
.head{
  color:#999999;
  font-size:11px;;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif;
  border:none;
  width:610px;
}
td.left {
  font-family:"Verdana";
  font-size:11px;
  color:black;
  border:none;
  padding-bottom:6px;
}

td.right {
border:none;
padding-bottom:6px;
}

tr {border:none;
}


.midmid {border:none;}

.pagebreak{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:black;
  border:none;
  
}

td.left h3
{width:auto;}

.right {width:420px;}

span.required{
  font-size: 13px !important;
  color:#999933;
  border:none;
}
 
div.backButton{
	background: transparent url("http://www.jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
	height:16px;
	width:53px;
	float:left;
	margin-bottom:15px;
	padding-right:5px;
}
div.backButton:hover{
	background: transparent url("http://www.jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
	background: transparent url("http://www.jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
	background: transparent url("http://www.jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
	height:16px;
	width:53px;
	float: left;
	margin-bottom:15px;
	padding-right:5px;
}
div.nextButton:hover{
	background: transparent url("http://www.jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
	background: transparent url("http://www.jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
	padding-right:5px;
	margin-bottom:15px;
	float:left;
}
 