﻿.Panel 
{
	background-color: #F7F6F3; 
	border-color: #5589b9; 
	border-spacing: 4; 
	border-style: solid; 
	border-width: 1px;
	font-family: Verdana;
	font-size: 0.9em;
	width: 1px; 
	height: 1px;
}
.TitleText 
{
	background-color: #5589b9;
	color: White; 
	font-family: Verdana;
	font-weight: bold; 
	font-size: 1.0em; 
	text-align: center;
}

.ErrorText 
{ 
	color: Red; 
	font-family: Verdana;
	font-size: 1.0em; 
}				   
asp:TextBox 
{
	font-size: 10px;
}
asp:Button 
{
	background-color: #FFFBFF; 
	border-color: #CCCCCC; 
	border-style: solid; 
	border-width: 1px;
	font-family: Verdana;
	font-size: 0.8em; 
	color: #284775; 
}