﻿#confirmOverlay {
	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;
}
#confirmBox {
	background:url('body_bg.jpg') repeat-x left bottom #e5e5e5;
	width:400px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	padding: 5px;
	border: 5px solid #CACACA;
	border-radius: 5px 5px 5px 5px;
	-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;
}
#confirmBox h2, #confirmBox p {
	/*font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	/*background:url('../../images/header_bg.jpg') repeat-x left bottom #f5f5f5;*/
	background: #F6AD35;
	padding: 5px;
	/*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);*/
	color:#666;
}
#confirmBox h2 {
	color: white;
	font-weight: normal;
	height: 20px;
	padding: 3px 5px 7px;
	font-size:16px;
	background:#F6AD35;
}
#confirmBox p {
	background:none;
	font-size:16px;
	text-align:center;
	line-height:1.4;/*padding-top: 35px;*/
}
#confirmButtons {
	padding:0px 0 0px;
	text-align:center;
}
#confirmBox .button {
	display:inline-block;
	background:url(../../images/close-icon.png) no-repeat left;
	color:white;
	position:absolute;
	height: 27px;
	/*font:17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	
	margin-right: 15px;
	padding: 0 18px 0 3px;
	text-decoration:none;
	border:none;
	left:378px;
}
#confirmBox .button:last-child {
	margin-right:0;
}
#confirmBox .button span {
	position:absolute;
	top:0;
	right:-5px;
	background:url('../../images/icon_close.jpg') no-repeat;
	width:5px;
}
#confirmBox input {
	margin-left:10%;
	border:#F3F9FE;
	color:green
}
#confirmBox .blue {
	background-position:left top;
	text-shadow:1px 1px 0 #5889a2;
}
#confirmBox .blue span {
	background-position:-195px 0;
}
#confirmBox .blue:hover {
	background-position:left bottom;
}
#confirmBox .blue:hover span {
	background-position:-195px bottom;
}
#confirmBox .gray {
	background-position:10px top 5px 5px;
	text-shadow:1px 1px 0 #707070;
}
#confirmBox .gray span {
	background-position:-395px 0;
}
#confirmBox .gray:hover {
	background-position:10px top 5px 5px;
}
#confirmBox .gray:hover span {
	background-position:-395px bottom;
}
