
#addr{
position:absolute;
z-index:99999;
width:300px;
border:1px solid #abcdf0;
font-size:12px;
background-color:#FFFFFF;
 
}
#addr span{
display:block;
width:300px;
height:31px;
background:url(../images/addrbg.gif) no-repeat left top;
line-height:31px;
text-indent:30px;
}
#addr span a{
padding-left:35px;
color:#990000;
cursor:pointer;
}
#addr ul{
display:block;
list-style:none;
margin:0px;
padding:0px;
}
#addr ul li{
cursor:pointer;
text-align:center;
width:50px;
height:25px;
line-height:25px;
float:left;
}
.addrSelet{
background-color: Transparent;
border:none;
width:120px;
height:20px;
background-image:url(../images/addrSelect.gif);
text-align:left;
padding-left:4px;
}
