.buttonStyle
{
	color:#333;	
	font-size:8pt;
	font-weight:bold;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	background-color:#ccf;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaaaff');
}
#err{color:red;visibility:visible}
#hid{visibility:hidden}

.normal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
}
.search
{
	color:#ffffff;	
	font-size:8pt;
	font-weight:bold;
	border:1px solid;	
	background-color:#333333;
	
}

.fieldset
{    
	width: 120;    
	height: 18;   
 border-style: solid;    
 border-width: 1px;    
 border-color: #ffffff;    
 margin-left: auto;    
 margin-right: auto;    
 background-color: #333333;    
 color: #ffffff;
}
a
{	
	text-decoration: none;
}
a:hover
{	
	text-decoration: none;
}