.TextBox {
	font-family: Verdana;
	font-size: 11px;
	color: #8584A0;
	height: 22px;
	border: 1px solid #004221;
	padding: 3px 4px 0px 3px;
}

.Button {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #477A8D;
	height:22px;
	border: 1px solid #FFFFFF;
	background-image: url('../Images/Backgrounds/button_bg.jpg');
	background-repeat: repeat-x;
	cursor: pointer;
}

.TextBoxActive {
	font-family: Tahoma;
	font-size: 8pt;
	height: 20px;
	border: 1px solid #c1e4f1;
	padding: 2px 3px 0px 3px;
	background-color: #eaf8fd;
}

.RadioButton 
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #8584A0;
}

.CheckBox
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #8584A0;
}

.CheckBoxList
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #8584A0;
}

.DropDownList {
	font-family: Tahoma;
	font-size: 8pt;
	color: #8584A0;
	height: 20px;
	border: solid 1px #C0C0C0;
}

.ListBox {
	font-family: Tahoma; 
	font-size: 8pt; 
	border: 1px solid #C0C0C0; 
	padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 2px; 
	padding-bottom: 2px;
}

.ButtonOver {
	font-family: Trebuchet MS;
	font-size: 8pt;	
	color: #FFFFFF;
	border: 1px solid #BDD2E4;
	padding: 3px 4px 1px 4px;
	background-image: url('../Images/Backgrounds/ButtonBackHover.gif');
	background-repeat: repeat-x;
	cursor: pointer;
}