
input, textarea, select, option
{
	border-color:#6B6F7E;
	border-width:1px;
	border-style:inset;
		font-size: 9px;

}

textarea
      {
	  overflow:-moz-scrollbars-none;
      Overflow: auto;
      }
      


.noborder
{	
	border-style:none;
}


