.confirm-dialog
{
	background: url(images/modal/bg/dialog24.png) no-repeat left top;
	margin: 0px auto;
	width: 630px;
	padding-top: 14px;
	position: relative;
}

.confirm-dialog .inner
{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 11px;
	background: url(images/modal/bg/dialog24.png) no-repeat left bottom;
	float: left;
	margin: 0px 0px -20px 0px;
	width: 590px;
	padding-top: 0px;
	height: 200px;
}

.confirm-dialog .base
{
	border-top: #ddd 1px solid;
	padding-bottom: 4px;
	margin-left: -11px;
	margin-right: -11px;
	padding-top: 4px;
	text-align: center;
	font-size: 0.8em;
	margin-top: 70px;
}

.confirm-dialog h2
{
	font-weight: bold;
	font-size: 1.25em;
	color: #f60;
	text-align: center;
}

.confirm-dialog input
{
}

.close
{
	display: block;
	background: url(images/modal/icn/close24.png) no-repeat 0px 0px;
	left: -5px;
	width: 26px;
	text-indent: -1000em;
	position: absolute;
	top: -7px;
	height: 26px;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modal
{
	width: 800px;
	background: #fff;
	border: 3px solid #560041;
	padding-top: 0px;
}

.modal h5
{
	padding: 20px;
	margin: -10px 0px 0px;
}

.modal p, .modal_button, .button_bar
{
	margin: 10px 20px;
}

.modal .modal_button:link, .modal .modal_button:visited
{
	background: #C9AC68;
	color: #fff;
	padding: 4px 5px;
	font-weight: bold;
	text-decoration: none;
}

.modal .modal_button:hover, .modal .modal_button:active
{
	background: #560041;
	text-decoration: underline;
}
