.ace-pop-bg {
	/* #hack */
	z-index: 11;

	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.ace-pop {
	/* #hack */
	z-index: 12;

	background: #fff;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #7f7f7f;
	max-width: 600px;
	text-align: left;
}
.ace-pop-head {
	position: relative;
	height: 23px;
	padding: 10px 15px 0 15px;
	background: #c97766;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 11px;
	font-weight: bold;
}
.ace-pop-head-content {
}
.ace-pop-btn-exit
,.ace-pop-btn-exit:active {
	position: absolute;
	right: 8px;
	top: 7px;
	display: block;
	width: 13px;
	height: 13px;
	text-align: center;
	padding: 2px 1px 0px 1px;
	font-size: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
}
.ace-pop-body {
	min-width: 300px;
	padding: 20px 20px 18px 20px;
}
.ace-pop-body-content {
	padding: 0 0 20px 0;
	font-size: 12px;
}
.ace-pop-btns {
	padding: 10px 0 0 0;
	text-align: center;
}
.ace-pop-btns .ace-pop-btn
,.ace-pop-btns .ace-pop-btn:visited {
	-moz-box-shadow: inset 0px 1px 0px 0px #fff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
	box-shadow: inset 0px 1px 0px 0px #fff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed", endColorstr="#dfdfdf");
	background-color: #ededed;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #fff;

	margin:  0 8px;
}
.ace-pop-btns .ace-pop-btn:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfdfdf", endColorstr="#ededed");
	background-color: #dfdfdf;
}
.ace-pop-btns .ace-pop-btn:active {
	position: relative;
	top: 1px;
	left: auto;
	right: auto;
	bottom: auto;
}
