DIV.searchbox{
width:285px;
height:100px;
position:relative;
left:10px;
float:left;
top:10px;
border:none;
display:block;
}

DIV.searchbox .top_left{
background-color:#f3f5f7;
width:4px;
height:4px;
position:absolute;
top:0px;
left:0px;
}

DIV.searchbox .top_center{
background-color:#f3f5f7;
background-repeat:repeat-x;
width:277px;
height:4px;
position:absolute;
top:0px;
left:4px;
}

DIV.searchbox .top_right{
background-color:#f3f5f7;
width:4px;
height:4px;
position:absolute;
top:0px;
left:281px;
}

DIV.searchbox .middle_left{
background-color:#f3f5f7;
background-repeat:repeat-y;
background-position:left;
width:4px;
height:95px;
position:absolute;
left:0px;
top:4px;
}

DIV.searchbox .middle_center{
background-color:#f3f5f7;
width:277px;
height:95px;
position:absolute;
top:4px;
left:4px;
}

DIV.searchbox .middle_right{
background-color:#f3f5f7;
background-repeat:repeat-y;
background-position:right;
width:4px;
height:95px;
position:absolute;
left:281px;
top:4px;
}

DIV.searchbox .bottom{
background-color:#f3f5f7;
background-repeat:repeat-x;
font-size:0px;
width:285px;
height:1px;
position:absolute;
left:0px;
top:99px;
}

DIV.searchbox .separator{
width:283px;
height:3px;
background-color:#a6b6c6;
font-size:0px;
position:absolute;
left:1px;
top:75px;
}

DIV.searchbox .strip{
width:283px;
height:21px;
background-color:#e7eaed;
font-size:0px;
position:absolute;
left:1px;
top:78px;
text-decoration:none;
font-family:Verdana;
font-size:10px;
font-weight:bold;
color:#7e8cae;
}

DIV.searchbox .qs{
position:absolute;
left:8px;
top:8px;
width:84px;
height:11px;
}

DIV.searchbox .middle_center .as{
position:absolute;
width:259px;
top:6px;
left:8px;
text-align:right;
}

DIV.as A:link,
DIV.as A:visited{
font-size:10px;
font-family:Verdana;
color:#3e6588;
text-decoration:none;
}

DIV.as A:hover{
font-size:10px;
font-family:Verdana;
color:#3e6588;
text-decoration:underline;
}

DIV.searchbox INPUT{
position:absolute;
left:4px;
top:26px;
width:140px;
height:16px;
border:1px solid #c5cfd9;
font-family:Verdana;
font-size:12px;
}

DIV.searchbox SELECT{
position:absolute;
left:152px;
top:26px;
width:124px;
height:18px;
border:1px solid #c5cfd9;
font-family:Verdana;
font-size:12px;
font-weight:bold;
color:#6c6c6c;
}

DIV.searchbox .button{
width:117px;
height:20px;
border:0px;
position:absolute;
left:155px;
top:48px;
}

DIV.strip .switch_on{
cursor:default;
position:relative;
float:left;
top:2px;
padding-left:4px;
padding-right:4px;
padding-top:2px;
height:14px;
border:1px solid #d1d9e1;
background-color:#f3f5f7;
}

DIV.strip .switch_off{
color:#7e8cae;
cursor:default;
position:relative;
float:left;
top:2px;
padding-left:5px;
padding-right:5px;
padding-top:3px;
height:14px;
border:0px;
background-color:#e7eaed;
text-decoration:none;
}

DIV.strip .switch_off_hover{
color:#7e8cae;
cursor:pointer;
position:relative;
float:left;
top:2px;
padding-left:4px;
padding-right:4px;
padding-top:2px;
height:14px;
border:1px solid #d1d9e1;
background-color:#e7eaed;
text-decoration:underline;
}

