﻿.LabelStyle
{
	font-family:Tahoma ;
	font-size:11px;
	color:Gray ;
	/*font-weight:bold ;*/
}
.TextBoxStyle
{
	font-family:Tahoma ;
	font-size:11px;
	border-width:1px;
	border-color:Gray ;
	width:150px;
}
.ButtonStyle
{
	font-family:Tahoma;
	font-size:11px;
	/*border-width:1px;
	border-color:Gray;
	background-color:whitesmoke;*/
	}
.Grid
{
	font-family:Tahoma ;
	font-size:11px;
	
}