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

.tbmain{ 
 /* Changes on the form */
 background: white !important; 
}
.left{
	/* Changes on the form */
  color: #666666 !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 14px !important;
	margin-top: 2px;
	margin-bottom: 2px;
}
.submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #165A92;
	border: 1px solid #165A92;
	font-size: 12px;
	padding-top: 1px;
	margin-right: 5px;
	margin-top: 10px;
}
.clear {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #165A92;
	background-color: #FFFFFF;
	border: 1px solid #165A92;
	font-size: 12px;
	padding-top: 1px;
	margin-top: 10px;
}
.inputfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #751F35;
	border: 1px solid #999999;
	background-image: url(../slices/bg_inputfield.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.inputfield2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../slices/bg_inputfield.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 2px;
	margin-bottom: 2px;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  height:100%;
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
 
div.backButton{
	background: transparent url("http://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://jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
	background: transparent url("http://jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
	background: transparent url("http://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://jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
	background: transparent url("http://jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
	padding-right:5px;
	margin-bottom:15px;
	float:left;
}
 

