﻿
div.SearchBox 
{
    display: block;
	height: 22px;
	width: 100%;
    margin: 0 0 0 0;
    vertical-align: top;
    margin-bottom: 0;
    padding-bottom: 0;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

input.SearchBoxText 
{
    background: url('img/icons/search.gif') no-repeat top right;
    float:right; 
    top:3px; 
    right: 0px; 
    position: absolute;
    height: 20px;
    width: 97%; 
    
    font-family: Verdana, Arial; 
    font-size: 9pt; 
	border: 3px solid #efefef;
	z-index: 99;
}


.divSearch02    
{
    float:right; 
    top:0; 
    right: 0; 
    position: absolute;
    border: 0;
    z-index: 98;
    width: 100%
}

.searchBoxList, .searchBoxList2, .searchBoxHighLight
{
    font-family: Verdana, Arial, Cambria;
    font-size: 10pt; 
    line-height: 11pt;
    font-style: italic;
    cursor: pointer;
    z-index: 99;
    background-color: #EFF4FA;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    list-style-type : none;
    padding-left: 10px;
 }
 
 
.searchBoxList{padding-bottom: 15px; width: 100%;}
.searchBoxHighLight {font-weight: bold; color: white; font-style: normal; background-color: #264b6f}

#divSearchWidth, #divSearchWidth div {width: 96% !important;} 
