.iframeHelper
{ 
	position:absolute;
	z-index: 9999;
	background-color:white;	
	border:0px;
}

.suggestBox
{
	border-bottom:solid 1px #3B5998;
    border-left:solid 1px #95A5C6;
    border-right:solid 1px #95A5C6;
	background-color:white;	
	font-family:tahoma;
	font-size:8.3pt;
	padding:0;
	margin:0;
	position: absolute;
	z-index: 10000;
	display: block;
	text-align: left;
	white-space: nowrap;
}

.suggestBoxItem
{
	color:black; 
    border-top:solid 1px #DDDDDD;
    padding:4px;
}

.suggestBoxItem small
{
	color:#808080;
	font-size:smaller;
}

.suggestBoxItem em
{
	background:#D8DFEA;
	font-weight:bold;
	font-style:normal;
}


.suggestBoxSelectedItem
{
	color:white;
	background-color:#3B5998;
    border-top:solid 1px #DDDDDD;
	cursor: pointer;
	padding:4px;
}

.suggestBoxSelectedItem em
{
	background:#5670A6;
	font-weight:bold;
	font-style:normal;
}

.suggestBoxSelectedItem small
{
	color:#95A5C6;
	font-size:smaller;
}


.suggestBoxItemText
{
	margin-left:20px;
}

.itemImage
{
	width:14px;
	height:14px;
	position:absolute;
	
}
