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

.tbmain{ 
 /* Changes on the form */
 background: transparent !important; 
 float: left;
 width: 100px;
 margin: 0px 0 0 20px;
 *margin: 0px 200px 0 30px;
}
.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Arial !important;
  font-size: 11px !important;
  
}

.right 
{
	padding-top: 15px;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
  
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
  padding-top: 15px;
  text-align:inherit;
  
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
  
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.text 
{	
	width: 250px;
	height: 18px;
}

.commentstext 
{	
	height: 100px;
	width: 250px;
}


