
.tbmain{ 
 /* Changes on the form */
 background: white !important; 
}
.left{
  /* Changes on the form */
  color: #333130 !important; 
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  text-align: right;
  /*background: #c3d3df;*/
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
  }

td.right{
	/*background: #5a7e92;*/
	border: white 1px solid;
	}
	
.text{
	background: url('../images/formbg.png') top repeat-x;
	border: 1px solid #d1d1d1;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	}
	
.area{
	background: url('../images/formbg.png') top repeat-x;
	border: 1px solid #d1d1d1;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	}
	
.smalltext{
	background: url('../images/formbg.png') top repeat-x;
	border: 1px solid #d1d1d1;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	}
	
.smalltext:focus, .text:focus, .area:focus {
	background: #E8E8E8;
	border: none;
	}
	

.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  height:200px;
  /*background:white;*/
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
 
div.backButton{
    background: transparent url("http://spanish.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://spanish.jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
    background: transparent url("http://spanish.jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
    background: transparent url("http://spanish.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://spanish.jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
    background: transparent url("http://spanish.jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
    padding-right:5px;
    margin-bottom:15px;
    float:left;
}
 
