/*****************************************************************************/
/* Text Input ****************************************************************/
/*****************************************************************************/
input
{
	height: 17px;
	background-color: White;
	font-family: Arial, sans-serif, "Times New Roman";	 
   font-size:11px;
	color: #474747;	 
}
input.txt100
{
	width: 100px;
   border:1px #474747 solid;	
}
.WaterMarkTxt100
{
   border:1px #474747 solid;
   font-size:11px;
	color: #474747;	 
	background-color: #E5E5E5;
	width: 100px;	
}
/*****************************************************************************/
/* [END] Text Input **********************************************************/
/*****************************************************************************/


/*****************************************************************************/
/* Select ********************************************************************/
/*****************************************************************************/
select
{
   border:1px #474747 solid;
	height: 17px;
	background-color: White;
	font-family: Arial, sans-serif, "Times New Roman";	 
   font-size:11px;
	padding: 0px 0px 0px 0px;
	color: #474747;
}
select.select100
{
	width: 100px;
}
/*****************************************************************************/
/* [END] Select **************************************************************/
/*****************************************************************************/
