body {
	background:#ffffff  none repeat scroll 0 0;
	margin:0px;
	padding:0; 
}
#alert-InBox { 
	padding-top:15px;
	background: url('/mobile/images/alert/bg-box-top.png') top left no-repeat;
}
#alert-BoxContent {
	background: url('/mobile/images/alert/bg-box-body.png') top left repeat-y;
  	padding: 10px 40px;
}
#alert-Box { 
	padding-bottom:24px; 
	background: url('/mobile/images/alert/bg-box-bottom.png') bottom left no-repeat;
}
#alert-BoxContenedor {  
/* 	padding: 0px 0px 0px 70px;   */
	text-align: left;
	font-family:dotum, tahoma;
	font-size:13px;
}

#alert-BoxContenedor p{
    text-align: center;
}

p{
	font-family:µ¸¿ò, tahoma;
	font-size:13px;
}
#alert-Buttons{
	text-align: center;
    margin-top: 10px;
}

/*
#alert-Buttons input{  
	width:67px;
	height:22px;
	background:url(/mobile/images/button/btn_sure.gif) top left no-repeat;
	border:0px;
	cursor:pointer;
}
*/

#BoxAlertBtnOk{
	width:67px;
	height:22px;
	background:url(/mobile/images/button/btn_sure2.gif) top left no-repeat;
	border:0px;
	cursor:pointer;
}

#BoxConfirmBtnOk{
	width:67px;
	height:22px;
	background:url(/mobile/images/button/btn_sure2.gif) top left no-repeat;
	border:0px;
	cursor:pointer;
}

#BoxConfirmBtnCancel{
	width:67px;
	height:22px;
	background:url(/mobile/images/button/btn_cancel2.gif) top left no-repeat;
	border:0px;
	cursor:pointer;
}
/* 
#alert-Box .BoxAlert {
	background: url('/mobile/images/alert/warning.png') top left no-repeat;
}
 */
#alert-Box .BoxConfirm {
	background: url('/mobile/images/alert/notice.png') top left no-repeat;
}