div#confirm_wrap{
	width:100%;
	background-image:url(../images/alpha70white.png);
	position:absolute;
	z-index:1000;
}
div#confirm{
	background-color:#f24fa0;
	width:620px;
	margin:0 auto;
}
div#confirm div#confirm_inner{
	width:580px;
	margin:20px;
	background-color:#fff;
}
div#confirm div#confirm_inner div#confirm_top{
	width:580px;
	height:10px;
	background-image:url(../images/attention_top.gif);
}
div#confirm div#confirm_inner div#confirm_bottom{
	width:580px;
	height:10px;
	background-image:url(../images/attention_bottom.gif);
}
p#m_confirm{
	background-image:url(../images/attention_txt.gif);
	width:410px;
	height:60px;
	text-indent:-999px;
	overflow:hidden;
	margin-top:15px;
	margin-left:25px;
	margin-bottom:25px;
	
}
div#confirm div#confirm_inner div.split{
	width:100%;
	height:2px;
	font-size:0;
	line-height:0;
	background-color:#f24fa0;

}
div#confirm div#confirm_inner table{
	width:515px;
	margin:30px auto;
	margin-bottom:5px;
	font-size:12px;
}
table#confirmtext tr td p{
	margin-bottom:25px;
}
div#btn_confirm_wrap{
	width:253px;
	display:block;
	margin:0 auto;
	margin-bottom:20px;
}
div#btn_confirm_wrap a{
	float:left;
}
a#confirm_btn_cancel{
	background-image:url(../images/btn_notagree.gif);
	width:118px;
	height:35px;
	overflow:hidden;
	text-indent:-999px;
	display:block;
	margin-right:17px;
}
a#confirm_btn_check_agree{
	background-image:url(../images/btn_agree.gif);
	width:118px;
	height:35px;
	text-indent:-999px;
	overflow:hidden;
	display:block;
}
a#confirm_btn_cancel:hover,a#confirm_btn_check_agree:hover{
	background-position:0 -35px;

}