
.box_left_top{width:231px;height:50px;background:url(l_t.jpg);}
.box_left_mid{width:231px;background:url(l_m.jpg);}
.box_left_sub{width:231px;height:28px;background:url(l_b.jpg);}
.box_left_title{overflow:hidden;width:115px;margin-left:50px;padding-top:9px;font-weight:bolder;font-size:13px;color:#F4DEA8;}
.box_left_content{width:188px;margin-left:30px;margin-top:0px;border:0px solid white;}

.box_right_top,.box_right_mid,.box_right_sub{margin-left:5px;}
.box_right_top{width:231px;height:53px;background:url(r_t.jpg);}
.box_right_mid{width:231px;background:url(r_m.jpg);}
.box_right_sub{width:231px;height:28px;background:url(r_b.jpg);}
.box_right_title{overflow:hidden;width:115px;margin-left:32px;padding-top:9px;font-weight:bolder;font-size:13px;color:#F4DEA8;}
.box_right_content{overflow:hidden;width:188px;margin-left:16px;margin-top:0px;border:0px solid white;}



.box_middle_top{margin:auto;width:519px;height:24px;background:url(m_t.jpg);}
.box_middle_mid{margin:auto;width:519px;background:url(m_m.jpg);}
.box_middle_sub{margin:auto;width:519px;height:25px;background:url(m_b.jpg) 0 25px;}
.box_middle_content{margin:auto;width:489px;}


/**/
.box_middle_topex{margin:auto;width:519px;height:38px;background:url(m_t.jpg);}
.box_middle_midex{margin:auto;width:519px;background:url(m_m.jpg);}
.box_middle_subex{margin:auto;width:519px;height:48px;background:url(m_b.jpg);}
.box_middle_contentex{margin:auto;width:489px;}
/**/


.dialog_tl{width:11px;height:36px;background:url(dialog/tl.png);float:left;}
.dialog_tm{height:36px;background:url(dialog/tm.png);float:left;cursor:move;}
.dialog_tr{width:23px;height:36px;background:url(dialog/tr.png);float:left;}

.dialog_ml{width:11px;background:url(dialog/ml.png);float:left;}
.dialog_mm{background:white;float:left;}
.dialog_mr{width:23px;background:url(dialog/mr.png);float:left;}

.dialog_bl{width:11px;height:24px;background:url(dialog/bl.png);float:left;}
.dialog_bm{height:24px;background:url(dialog/bm.png);float:left;}
.dialog_br{width:23px;height:24px;background:url(dialog/br.png);float:left;}


* html .dialog_tl{width:11px;height:36px;background:url(dialog/tl.gif);float:left;}
* html .dialog_tm{height:36px;background:url(dialog/tm.gif);float:left;}
* html .dialog_tr{width:23px;height:36px;background:url(dialog/tr.gif);float:left;}

* html .dialog_ml{width:11px;background:url(dialog/ml.gif);float:left;}
* html .dialog_mm{background:url(dialog/mm.gif);float:left;}
* html .dialog_mr{width:23px;background:url(dialog/mr.gif);float:left;}

* html .dialog_bl{width:11px;height:24px;background:url(dialog/bl.gif);float:left;}
* html .dialog_bm{height:24px;background:url(dialog/bm.gif);float:left;}
* html .dialog_br{width:23px;height:24px;background:url(dialog/br.gif);float:left;}

.dialog_tm span{display:block;float:left;margin-top:10px;font-weight:bolder;color:blue;margin-left:5px;}
.dialog_tm a{margin-top:10px;margin-right:5px;display:block;float:right;width:12px;height:12px;background:url(close.gif)}
.dialog_tm a:hover{margin-top:10px;margin-right:5px;display:block;float:right;width:12px;height:12px;background:url(close1.gif)}

.dialogex_bg{width:299px;height:247px;position:fixed;background:url(newtransparentbg.png);top:150px;left:50%;margin-left:-150px;margin-right:-150px;}
.dialogex_close{position:relative;top:0px;width:26px;height:27px;margin-left:253px}
.dialogex_content{position:relative;top:0px;left:0px;margin-left:38px;}
.dialogex_content img{border:1px solid #FFEDBE;margin-bottom:5px;}

*html .dialogex_bg {
position:absolute;
bottom:auto;
clear:both;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) - 200
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight) - 200);
} 