div.suggestions {
    position: absolute;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
}

div.suggestions div {
    cursor: default;
    padding: 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}

.customSearch {
    position: absolute;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(img/searchbackground.jpg) repeat-x center;
    width: 150px;
    border: 2px ridge black;
}

div.customSearch div {
    cursor: default;
    padding: 3px;
    width: 260px;
}

div.customSearch div.searchButton{

	position: absolute;
	right: 1%;
	top:0%;
	width: 30px;	
}
div.customSearch div.customSearchText{

	position: absolute;
	left: 0%;
	bottom:0%;
	width: 175px;	

}

.customSearchTableHeader
{
	font-size: 13px;
	font-weight: bold ;
	color: #ffffff
}

.customSearchtable
{
	border-color: #1B5194;
}

