@charset "utf-8";
/*---------------------------------star弹出层*/
#code{width:100%; height:auto; position:absolute; top:0px; left:0px; z-index:8001;}
/*窗口黑色背景*/
#code .code_bg{width:100%; height:auto; position:absolute; top:0px; left:0px; z-index:8002; background-color:#000000; filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;}
/*弹出框的大小设置*/
#code .code_show{width:760px; padding:0px;border:1px solid #707070; background:#fff; position:relative; top:200px; left:500px; z-index:8003;}
/*标题*/
#code .code_title{clear:both;overflow:hidden; margin:0 1em; background:#fff; border-bottom:1px solid #e5e5e5; height:45px; line-height:45px; color:#555; }
#code .code_title strong{float:left; text-transform:uppercase; padding-left:5px; font-size:16px; font-family:"微软雅黑"; font-weight:normal;}
/*关闭按钮*/
#code .code_title .exit{ float:right; margin:10px 0px 0 0;display:block;border:none;cursor:pointer; text-align:center; text-indent:-9999em; background:url(../images/code/close.jpg) no-repeat;width:22px; height:22px; line-height:22px;}
#code .code_title .exit:hover{ background-position:left bottom;}
/*----------------star内容*/

/*新增收货地址*/
dl.address_fill{ font-size:14px; line-height:1.4em; clear:both; width:455px; margin:0 auto; padding:1.6em 0 0 0;}
dl.address_fill dt{ overflow:hidden; zoom:1; clear:both; padding-bottom:.9em;}
dl.address_fill em{ font-style:normal; font-size:12px;}
dl.address_fill em.l{ padding:3em 0 0 .5em;}
dl.address_fill dt p{ padding-top:.4em;}
dl.address_fill span.note_text{ margin-left:.5em;}
dl.address_fill dd{ clear:both; text-align:center; padding-top:2em;}
/*按钮*/
input.graw_btn{ margin-left:0;}
input.fill_btn{ width:90px; font-size:14px; height:32px; line-height:32px; text-align:center;}
