/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://runetworks.co.uk                     |
|    DATE + 2008.26.06                                    |
|                                                         |
|    Revision 2.5                                         | 
|_________________________________________________________|
*/

  /* Jot Form CSS */
.tbmain{ 
  /* Changes on the form */
  background: white !important; 
  text-align:center;
}
.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
  text-align:center;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
  text-align:center;
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
  text-align:center;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
  text-align:center;
}
.tbmain{
  height:100%;
  background:white;
  text-align:center;
  
}
span.required{
  font-size: 14px !important;
  color: red !important;
  text-align:right;
}