p.custom-cunfirm-text {
    color: #555657;
    font-size: 14px;
    padding: 15px 30px;
	min-width: 200px;
}
.custom-confirm-tac {
    text-align: center;
}
.custom-confirm-ok-btn {
    background: url("/images/elem/ok.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 26px;
    margin: 0 auto;
    width: 68px;
}
.custom-confirm-ok-btn:hover {
    background-position: left bottom;
}
.custom-confirm-cancel-btn {
	display:block;
	background:url("/images/elem/cancel.png") 0 0 no-repeat;
	margin: 0 auto 0 15px;
	width:68px;
	height:26px;
	float:right;
}
.custom-confirm-cancel-btn:hover {
	background-position: bottom left;
}
.custom-confirm-btns
{ width:155px;
	margin:0px auto
}