/* .docCtrOuter{
    width:413px;
    width:expression("433px");
    padding-right:20px;
} */

.searchArea{
    position:relative;
    width:100%;
    height:56px;
    height:expression("60px");
   /*  border-top:1px solid #CCCCCC;
    border-bottom:3px solid #CCCCCC; */
}

.searchinputs {
    position:absolute;
    left:0px;
    top:18px;
    border:1px solid #999999;
    width:300px;
    height:26px;
    font-size:11px;
}

.srchbutton{
     position:absolute;
    left:300px;
    top:18px;
    background-color:#8CB811;
    font-size: 12px;
    width:30px;
    height:26px; 
    line-height:26px; 
   /*  background-image:url("srchbut.gif");
    background-repeat:no-repeat;       
    background-position:right center; */
    text-decoration:none;
    color:#ffffff;
    font-weight:bold;
/*     padding:4px; */
   /*  padding-left:8px; */
    margin-left:20px;
    text-align:center;
    display:block;
/*     float:right; */
}

.searchResult{
    padding-top: 20px;
    padding-bottom:20px;
    clear:both;
    
    border-bottom:1px dashed #666666;
}

.searchlink {
    font-family: Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#8CB811;
    text-decoration:none;
}

.searchlink:hover {
    text-decoration:underline;
}

#subMenu_cont{
    border:none;
}

