#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
z-index:5000;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar{
font-weight: bold;
margin-right: 0px;
color: #333333;
}

#closetext{
border-left: 1px solid #333333;
font-weight: bold;
margin-right: -1px;
padding:2px;
color: #333333;
}

/* S T A R T   A U T O   C O M P L E T E   P A R T */
div.Suggest_suggestions {
    display: none;
    position: absolute;
    width: 198px;
    padding: 0;
    margin: 0;
    border: 1px solid #DDD;
    background-color: #EEE;
    text-align: left;
}
div.Suggest_suggestions ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border:1px solid black;
}
div.Suggest_suggestions li {
    padding-left: 2px;
    list-style-type: none;
    color: #000;
    font-weight: normal;
    font-size: 80%;
    text-decoration: none;
    cursor:pointer;
}
div.Suggest_suggestions li.active {
    background: #889;
    color: #FFF;
    cursor:pointer;
}
.Suggest_floatleft {
	float:left;
}
.Suggest_floatright {
	float:right;
	padding-right:5px;
}
.Suggest_width100procent {
	width:100%;
	overflow:hidden;
}
/* E N D   A U T O   C O M P L E T E   P A R T */
