.suggestBox {
  background-image: url('suggestBox.gif');
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 16px;
  border-width: 1px;
  border-style: solid;
  border-top-color: #A6A6A6;
  border-right-color: #DBDBDB;
  border-bottom-color: #DBDBDB;
  border-left-color: #DBDBDB;
}
.sugstBx td {
	border-bottom: 1px solid #DDD;
}


.flowin_modal_iframe {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 filter: alpha(opacity=0);
 -moz-opacity: 0;
 opacity: 0;
 background-color: #FFFFFF;
}

.flowin_modal_div {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 border: none;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
 opacity: 0.5;
 background-color: #EEEEEE;
}