
.AutoSuggestBox
{
    width: 360px;
}
	.asbMenu
{
    border: 1px solid #EEEEEE;
    background: #ffffff;
    position: absolute;
    padding: 5;
    white-space: nowrap;
    width: 361px;
    overflow: hidden;
    margin-top: -1px;
}
	
	.asbMenuBase
{
    position: absolute;
}
	
					
	.asbMenuItem
{
    text-indent: 2 px;
    background: #ffffff;
    cursor: hand;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    border-bottom: 0px;
}
	
	.asbSelMenuItem
{
    color: blue;
    background: lightblue;
    cursor: hand;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #CCCCCC;
    border-bottom: 0px;
}
	.asbMenuItem_bottom
{
    background-color: lightgrey;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    text-align: center;
}
 .asbwait
{
    background-position: 5 top;
    background-attachment: scroll;
    background-image: url('Images/Icons/wait.gif');
    background-repeat: no-repeat;
    height: 15px;
    font-size: 10pt;
    font-weight: bolder;
    width: 30px;
    margin-top: 0px;
    margin-right: -11px;
    float: right;
    visibility: hidden;
}