.head
{	
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:18px;
	}

.textfield, textarea
{
	border: 1px solid #ccc;  /* light grey */
	height: 17px;
   padding: 2px 0px 2px 8px;
   margin: 2px 0px 10px 0;
	     border-radius: 4px; /* rounded corners */
	-moz-border-radius: 4px; /* FireFox */
  -khtml-border-radius: 4px;  
 -webkit-border-radius: 4px;  
}
.textfield1
{
	border: 1px solid #ccc;  /* light grey */
	height: 17px;
	width: 36px;
   padding: 2px 0px 2px 8px;
   margin: 2px 0px 10px 0;
	     border-radius: 4px; /* rounded corners */
	-moz-border-radius: 4px; /* FireFox */
  -khtml-border-radius: 4px;  
 -webkit-border-radius: 4px;  
}

.textfield2
{
	border: 1px solid #ccc;  /* light grey */
	height: 17px;
	width: 92px;
   padding: 2px 0px 2px 8px;
   margin: 2px 0px 10px 0;
	     border-radius: 4px; /* rounded corners */
	-moz-border-radius: 4px; /* FireFox */
  -khtml-border-radius: 4px;  
 -webkit-border-radius: 4px;  
}

.textarea
{
width:150px;
height:60px;
}

.textarea1
{
	border: 1px solid #ccc;  /* light grey */
	height: 17px;
	width: 260px;
	height: 60px;
   padding: 2px 0px 2px 8px;
   margin: 2px 0px 10px 0;
	     border-radius: 4px; /* rounded corners */
	-moz-border-radius: 4px; /* FireFox */
  -khtml-border-radius: 4px;  
 -webkit-border-radius: 4px;  
}

