#form{
	padding-top:20px;
	}
	
.tbmain{ 
 margin-left:0px;
 width:300px;
}
.left{
  /* Changes on the form */
  color: #000 !important; 
  /*font-size: 11px !important;*/
  font-size:0.83em;
}
td.left {
   color:#ccc;
   vertical-align: top;
   text-align: left;
   width:160px;
}
.pagebreak{
   color:black;
}
td.right {
   font-weight:normal;
   vertical-align: top;   
   text-align: left;   
   width:300px;
}
.tbmain{
   height:100%;
   color:#333333;
}
.head{
   font-size: large;
   vertical-align: top;
   text-align: left;
}
.notvalid{
   border:2px red solid;
}
.text{
   font-weight:normal;
   padding:5px;
   font-size:1em;
   font-family:Verdana, Arial, sans-serif;
   width:250px;
   border:1px #cccccc solid;
}
select.other{
   font-weight:normal;
   border:1px #cccccc solid;
   background:url(http://www.jotform.com/images/styles/style1_txt_bg.gif) #f6f6f6 top repeat-x;
}
.btn{
   font-weight:normal;
   border:1px #c6c7ca solid;
   background: url(http://www.jotform.com/images/styles/style1_btn_bg.gif) #e4e4e4 top repeat-x;
}
span.required{
  font-size: 1em !important;
  color: red !important;
}