﻿body {
}

.asyncbox_normal{position:absolute;font:12px Tahoma,sans-serif}
.asyncbox_normal table{margin:0;padding:0}
.asyncbox_normal ul{margin:0;padding:0;list-style:none}



/*top*/
.b_t_m,.asyncbox_title li{height:30px;line-height:30px}

.b_t_m {background:url(../../../images/control/asyncbox/ie6/dialog_ct.png);}
.b_t_l {width:13px;background:url(../../../images/control/asyncbox/ie6/dialog_lt.png);}
.b_t_r{width:13px;background:url(../../../images/control/asyncbox/ie6/dialog_rt.png);}

/*middle*/
.a_m_m{background:#FFF;vertical-align:top;}
.b_m_l,.b_m_r,.b_tipsbar_l,.b_tipsbar_r,.b_btnsbar_l,.b_btnsbar_r{background-repeat:repeat-y;}
.b_m_l{background:url(../../../images/control/asyncbox/ie6/dialog_mlm.png);}
.b_m_r{background:url(../../../images/control/asyncbox/ie6/dialog_mrm.png);}
/*bottom*/
.b_b_l{background:url(../../../images/control/asyncbox/ie6/dialog_lb.png);}
.b_b_m{height:13px;background:url(../../../images/control/asyncbox/ie6/dialog_cb.png);}
.b_b_r{background:url(../../../images/control/asyncbox/ie6/dialog_rb.png);}


/* ie6下使用GIF图片 */ 
.popup_table .b_t_m { _background-image:url(../../../images/control/asyncbox/ie6/dialog_ct.gif) ;}
.popup_table .b_t_l{ _background-image:url(../../../images/control/asyncbox/ie6/dialog_lt.gif);}
.popup_table .b_t_r{_background-image:url(../../../images/control/asyncbox/ie6/dialog_rt.gif);}

.popup_table .b_m_l{_background-image:url(../../../images/control/asyncbox/ie6/dialog_mlm.gif);}
.popup_table .b_m_r{_background-image:url(../../../images/control/asyncbox/ie6/dialog_mrm.gif);}

.popup_table .b_b_l{_background-image:url(../../../images/control/asyncbox/ie6/dialog_lb.gif);}
.popup_table .b_b_m{_background-image:url(../../../images/control/asyncbox/ie6/dialog_cb.gif);}
.popup_table .b_b_r{_background-image:url(../../../images/control/asyncbox/ie6/dialog_rb.gif);}


/*title layout*/
.asyncbox_title li{float:left;}
.asyncbox_title_icon{width:14px;background:url(../../../images/control/asyncbox/icon.gif) no-repeat 0px 12px;}
.asyncbox_title_tips{color:#fff;cursor:default;padding-right:20px;padding-top:3px; overflow:hidden;-moz-user-select:none;}

/*close_btn*/
.asyncbox_close{
	line-height:60px;cursor:default;border:none;margin:0;padding:0;overflow:hidden;
	position:absolute;top:7px;_top:8px;right:13px;width:26px;height:15px;
	background:url(../../../images/control/asyncbox/asyncbox_bg.png) no-repeat -28px 0;
	_background:url(../../../images/control/asyncbox/ie6/dialog_closebtn.gif) no-repeat;
}.asyncbox_close:hover{background-position:-28px -15px;_background-position:0 -15px;}

/*btn*/
#dialogBody .Button,#dialogBody .button{
	margin:0 0 0 10px;padding:0;display:inline-block;border:none;text-decoration:none;height:22px;width:55px; cursor:default;font-size:12px;
	background:url(../../../images/control/asyncbox/popo-button.gif);background-position:left -22px;
	
}
#dialogBody .Button span,#dialogBody .button span{background:url(../../../images/control/asyncbox/popo-button.gif);background-position:left -22px;color:#09d;padding:3px 11px 3px 0;margin-left:12px;float:left;height:16px}
#dialogBody .Button:hover,#dialogBody .button:hover{background-position:left 0px;text-decoration:none}
#dialogBody .Button:hover span,#dialogBody .button:hover span{color:#069;background-position:left 0px;}