#confirmOverlayPopup {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('ie.png');
	background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
	z-index:100000;
}
#confirmBoxPopup {
	/*	background:url('body_bg.jpg') repeat-x left bottom #e5e5e5;
	width:360px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	border: 1px solid rgba(33, 33, 33, 0.6);
	
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;*/
	
	
    background: url("body_bg.jpg") repeat-x scroll left bottom #E5E5E5;
	border: 5px solid #CACACA;
	border-radius: 5px 5px 5px 5px;

	/*margin: -130px 0 0 -230px;
	position: fixed;
	top: 44%;*/
	width: 425px;
	margin: 2px;
	padding: 0px 0px;
	position: absolute;
    top: 50%;
    left: 50%;
}
#confirmBoxPopup h2, #confirmBoxPopup p {
	/*font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	/*background:url('../../images/headermessage_bg.jpg') repeat-x left bottom #f5f5f5;*/
	padding: 5px;
	/*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);*/
	color:#666;
}
#confirmBoxPopup h2 {
	color: white;
	font-size: 16px;
	font-weight: normal;
	/*height: 20px;*/
   padding: 6px 4px 7px 6px;
	background:#F6AD35;
}
#confirmBoxPopup p {
	/*background:none;
	font-size:16px;
	line-height:1.4;
	padding: 15px 17px;*/
	
	color:#4F463B;
	font-size: 16px;
	text-align:left;
	padding-left: 8px;
}
#confirmButtonsPopup {
	padding:0.1em 0 11px;
	text-align:center;
}
#confirmBoxPopup .button {
	box-sizing: border-box;
	cursor: pointer;
	display:inline-block;
	font-size: 12px;
	font-weight: bold;
	background: #cc3300;
	line-height: 30px;
	padding: 0 7px;
	width: auto;
	min-width:50px;
}
#confirmBoxPopup .button:last-child {
	margin-right:0;
}
#confirmBoxPopup .button span {
	position:absolute;
	top:0;
	right:-5px;
	background:url('buttons.png') no-repeat;
	width:5px;
	height:33px
}
#confirmBoxPopup .blue {
	background-position:left top;
	text-shadow:1px 1px 0 #5889a2;
}
#confirmBoxPopup .blue span {
	background-position:-195px 0;
}
#confirmBoxPopup .blue:hover {
	background-position:left bottom;
}
#confirmBoxPopup .blue:hover span {
	background-position:-195px bottom;
}
#confirmBoxPopup .gray {
	background-position:-200px top;
	text-shadow:1px 1px 0 #707070;
}
#confirmBoxPopup .gray span {
	background-position:-395px 0;
}
#confirmBoxPopup .gray:hover {
	background-position:-200px bottom;
}
#confirmBoxPopup .gray:hover span {
	background-position:-395px bottom;
}
@media only screen and (max-width : 568px) {
 #confirmBoxPopup {
 background: url("body_bg.jpg") repeat-x scroll left bottom #e5e5e5;
 border: 5px solid #cacaca;
 border-radius: 5px;
 left: 3%;
 margin: 0;
 padding: 0;
 position: fixed;
 top: 27%;
 width: 90%;
}
#confirmBoxPopup h2 {
margin:0;
padding: 6px 4px 8px 7px;
}
#confirmBoxPopup p {
color: #4f463b;
font-size: 12px;
text-align: left;
}
#confirmButtonsPopup {
padding: 0;
text-align: center;
}
}
