/* CSS Document */

#searchBar{
position: absolute;
display:none;
z-index:4;
top:120px;
left:0px;
position: absolute;
width:245px;
height:20px;
background-color:#00CCCC;
padding-left:5px;
padding:1px;

}
#searchAria{
display:none;
top:140px;
left:0px;
position: absolute;
z-index:4;
background-color:#a0ffff;
width:250px;
height:20px;

}


#SePV{
display:none;
z-index:4;
overflow:auto;
position: absolute;
top:160px;
left:0px;
width:240px;
height:300px;
background-color:#a0ffff;
padding:5px;
}
#linkPvBox{
display:none;
z-index:4;
float: right;  
position: absolute;
width:400px;
height:120px;
background-color:#a0ffff;


}
#linkPvBar{
float:left;
display:none;
z-index:4;
width:400px;
height:20px;
background-color:#00CCCC;
padding:2px;

}
#linkPvArea{
float:left;
display:none;
z-index:4;
padding:5px;

}