﻿.WaterMarkedTextBox
{
	border-right: #f0f0f0 thin;
	border-top: #f0f0f0 thin;	
	border-left: #f0f0f0 thin;	
	border-bottom: #f0f0f0 thin;
	color: gray;
	display: inline;
	background: ffffff;
	visibility: visible;	
}
.NormalTextBox
{
	border-right: #f0f0f0 thin;
	border-top: #f0f0f0 thin;
	border-left: #f0f0f0 thin;	
	border-bottom: #f0f0f0 thin;
	color: black;
	display: inline;
	background: #ffffff;
	visibility: visible;
}
