.AdvancedSearchText
{
	font-family:Arial;
	font-size: 12px;
	color:blue;
	text-decoration : underline;
}

.AdvancedSearchText:link {
	   font-family: Arial;
       font-size : 12px;
       color : blue;
       text-decoration: underline;
}

.AdvancedSearchText:visited {
		font-family: Arial;
		font-size : 12px;
      color:blue; 	
       	text-decoration: underline;
}

.AdvancedSearchText:active {
		font-family: Arial;
       	font-size : 12px;
       	color:blue; 	
       	text-decoration: underline;
}

.AdvancedSearchText:hover {
		font-family: Arial;
      	font-size : 12px;
       	color:blue; 	
       	text-decoration: underline;
}

.SearchHeaderText
{
	font-family:Arial;
	font-size: 12px;
	color:black;
	text-decoration : none;
	padding-bottom:3px;
}

.SearchText
{
	font-family:Arial;
	font-size: 12px;
	color:black;
	text-decoration : none;
}

.SearchTextField
{
width:100%;
height: 20px;
}

.SearchButton
{	
	cursor:hand;
	background-color: #dddddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #666666;
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #ffffff;
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #666666;
	font-family: verdana, Tahoma, arial, helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	font-size:10pt;
}

.tdSearchField
{
	vertical-align : middle;
	padding-top:0px;
}