@charset "UTF-8";
/* CSS Document */

.DIALOG_CONFIRM{
	width:500px;
	height:170px;
	border-radius:20px;
	background:#eee;
}
.DIALOG_CONFIRM_MESSAGE{
	width:100%;
	height:90px;
}
.DIALOG_CONFIRM_BUTTONS{
	width:414px;
	margin:0 auto;
}
.DIALOG_CONFIRM_BUTTONS button{
	width:200px !important;
}
.DIALOG_CONFIRM_BUTTONS button:first-child{
	margin-right:10px;
}

.DIALOG_CONFIRM div:nth-child(1){
	padding:30px 15px 10px 15px;
	clear:both;
	color:#555;
	text-align:center;
	font-size:20px;
}
