﻿#popup {
background-color:white;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
position: fixed;
/*bottom: -405px;*/
border: 1px solid red;
z-index: 1000;
height: 103px;
}
.nolist {list-style: none;padding: 0;margin: 0;}
#popup .popup { 
width:400px; 
/*height:150px;*/
position:relative;
padding-bottom: 10px;
}
#popup .close_arrow { 
/*background:url(..images/len.jpg) no-repeat left top; 
width:11px; 
height:11px; 
position:absolute; 
right:-24px; 
bottom:26px; */
}
#popup .open_arrow { 
/*background:url(../images/xuong.jpg) no-repeat right top;

position:relative;
left:30px;
top:-20px;
height:150px;
width:1000px; 8/*/
}

