﻿

.Button
{
	 font-size:7pt;
	 letter-spacing:1pt;
	 font-family:Verdana, Sans-Serif;
	 text-transform:uppercase;
	 font-weight:bolder;
	 background-color: #244273;
	 color:#ffffff;
	 height:20px;
	 /*width:130px;*/
	 border-color:#999999;
	 border-width:.30pt;
	 border-style:solid;
	 border-width:thin;
	 margin-left:2px;
	 margin-right:2px;
	 cursor:hand;
}


.DropDownList
{
	background-color:#e3eff7;
	font-size:smaller;
	font-weight:bold;
	border:3
}


.TextBox 
{
	color: black;
	font-family: Verdana;
	font-size:smaller;
	background-color: #e3eff7;
	border-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.Label
{
	font-family:Tahoma;
	font-size:12px;
}
