/* showDialog */
#SD_HideSelect {position:fixed;top:0px;left:0px;z-index:999;width:100%;height:100%;background:#FFFFFF;border:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
* html #SD_HideSelect {position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#SD_overlay {position:fixed;top:0px;left:0px;z-index:1000;width:100%;height:100%;}
* html #SD_overlay {position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
.SD_overlayBG {background:#000000;filter:alpha(opacity=50);-moz-opacity:0.50;opacity:0.50;}
.SD_overlayBG2 {background:#FFFFFF;filter:alpha(opacity=20);-moz-opacity:0.20;opacity:0.20;}
.SD_bg {background:#333333;filter:alpha(opacity=30);-moz-opacity:0.30;opacity:0.30;width:9px;height:9px;overflow:hidden;}
#SD_window {position:absolute;top:0px;left:0px;z-index:1000;overflow:hidden;display:none; text-align:left;}
#SD_container {position:relative;z-index:1005;background:#FFFFFF;border:1px solid #888888;float:left;}
#SD_container h3 {height:30px;line-height:30px;background:#F6F6F6;border-bottom:1px solid #CDCDCD;text-indent:10px;color:#336699;font-size:14px;font-weight:bold;cursor:move; margin:0 auto;}
#SD_body {padding:15px;white-space:normal;}
#SD_body, #SD_body div, #SD_body p, #SD_body td {color:#000; line-height:24px;}
#SD_button {padding:10px 0px;background:#F6F6F6;border-top:1px solid #CDCDCD;text-align:right;display:none;}
#SD_button a {margin-right:10px;padding:6px 10px 4px;background:#df3216;border-width:1px;border-style:solid;white-space:nowrap;display:inline-block;color:#FFFFFF;font-size:14px;text-align:center;cursor:pointer;}
#SD_button a:hover {text-decoration:none;}
#SD_close {position:absolute;top:6px;right:3px;z-index:1005;width:17px;height:17px;border:none;background:url("../images/sd_close.png") no-repeat 0px 0px;display:none;}
#SD_close:hover {background-position:0px -17px;}
.SD_button { text-align:center;}


 .out_box {	border:1px solid #ccc; background:#fff;}
.list_box { cursor:pointer; height:24px; line-height:24px; text-align:left; text-indent:5px;}
.list_box span { border: none;}
.focus_box { background:#f0f3f9; cursor:pointer; height:24px; line-height:24px; text-align:left; text-indent:5px; font-weight:bold; color:#f60;}
/*验证表单样式*/
span.error { margin-left:5px; padding-left:25px; color:#F00; background:url("../images/error.gif") left center no-repeat; }
span.success { margin-left:5px; padding-left:25px; color:#999; background:url("../images/success.gif") left center no-repeat;}
.province_u { float:left; }
.province_u li { height:25px; line-height:25px; text-align:left; float:left; width:150px; }
.province_u li span { margin-left:10px; }
.city_u { float:left; position:absolute; 	background:#ccc;}
.city_u li { height:25px; line-height:25px; text-align:left; float:left; width:90px; margin-left:10px; }
.city_u li span { margin-left:10px;}
.city_u_us { display:none;}
.city_u_s {	display:block;}
