﻿select
{
	border:solid 1px #e0e0e0;
}
input,select,textarea
{
	font-family:Tahoma;
	font-size:8pt;
}
.TextBox
{
	border:solid 1px #000000;
}
.Button
{
	background-image:url(../Images/Controls/Button.jpg);
	background-repeat:repeat-x;
	height:21px;
	border:solid 1px #000000;
	font-family:Tahoma;
}
.GridBack
{
	background-color:#f5f5f5;
}
.clsEditor 
{
	width:100%;	
}
.clsEditor DIV 
{ 
	FONT-SIZE: 8pt; 
	FONT-FAMILY: Tahoma; 
	text-align:right;
	width:100%; 
}
.RequiredControl
{
	border:solid 1px Red;
	
}

