﻿/*外框*/
#alerttip{ 
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:567px;
	z-index:2;
}

#maskbg{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}

.tsk{
margin:0px auto;
}

.tsk_t{
width:567px;
height:4px;
background:url(../images/member/banner/bg_top.gif) no-repeat;
overflow:hidden;
border:0px solid;
}
.tsk_m{
width:567px;
height:402px;
background:url(../images/member/banner/bg_body.gif) repeat-y;
overflow:hidden;
}
.tsk_b{
width:567px;
height:4px;
background:url(../images/member/banner/bg_buttom.gif) no-repeat;
overflow:hidden;
}

/*提示框内容*/
.tsk_m_01{
width:185px;
height:52px;
padding:0px;
}
.tsk_m_01_l{
width:62px;
height:52px;
padding:0;
background:url(/images/blackImg/ico/qdm.gif) no-repeat;
}
.tsk_m_01_r{
width:120px;
height:15px;
font-size:12px;
color:#191919;
font-weight:bolder;
}
.tsk_m_02{
color:#191919;
font-size:12px;
font-weight:normal;
}
.tsk_m_03{
width:229px;
height:45px;
padding:0px;
}