@charset "utf-8";
/* CSS Document */
.searchpart{
height:38px;
background-color:#508DBA;
}

.search_leftdesign{
float:left;
width:28px;
height:38px;
background-position:center bottom;
background-repeat:no-repeat;
background-image:url(../images/search-box-left.gif);
}
.search_icon{
float:left;
width:20px;
height:33px;
padding-top:5px;
padding-left:5px;
}
.search_textbox{
float:left;
width:330px;
height:29px;
padding-top:9px;
padding-left:5px;
}
.search_go{
float:left;
width:28px;
height:35px;
padding-top:3px;

}
.search_dropdown{
float:left;
width:226px;
height:29px;
padding-top:9px;
}
.search_space{
width:20px;
height:38px;
float:left;
background-color:#3982AC;
}
