@charset "utf-8";
/* CSS Document */

.errmsg
{
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.error
{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.height_10 {
	height:10px;
}


.indicator
{
	width: 13px;
	height: 16px;
	background-color: #FF9900;
	position:absolute;
	font-size: 1px;
	overflow: hidden;
	border: none;
	padding-top:6px;
}
.indicator:focus
{
	background-color: #f00;
}

.slider4
{
	width: 156px;
	height: 22px;
	background: url(../images/slider_back.gif) center;
	position: relative;
	border: 0px hidden #000;
}
#indicator1{
	background: transparent url(../images/indicator1.gif) bottom no-repeat;

}
#indicator2{
	background: transparent url(../images/indicator2.gif) bottom no-repeat;

}
#indicator3{
	background: transparent url(../images/indicator3.gif) bottom no-repeat;

}

#text {
margin:50px auto; 
width:500px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px;
}
.hotspot {
padding-bottom:1px; 
cursor:pointer;
}

#tt {
position:absolute; 
display:block; 
background:url(../images/tt_left.gif) top left no-repeat; 
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
}
#tttop {
display:block; 
height:5px; margin-left:5px; 
background:url(../images/tt_top.gif) top right no-repeat; 
overflow:hidden}
#ttcont {
display:block; 
padding:2px 12px 3px 7px; 
margin-left:5px; 
background:#666; color:#FFF
}
#ttbot {
display:block; 
height:5px; margin-left:5px; 
background:url(../images/tt_bottom.gif) top right no-repeat; 
overflow:hidden
}

.suggestion_list
{
background: white;
border: 1px solid;
padding: 4px;
}

.suggestion_list ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

.suggestion_list a
{
text-decoration: none;
color: black;
}

.suggestion_list .selected
{
background: navy;
color: white;
}

.suggestion_list .selected a
{
color: white;
}

#autosuggest
{
display: none;
}


