﻿#confirmOverlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    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: scroll left bottom #FFFFFF;
    border: 1px solid rgba(33, 33, 33, 0.6);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    left: 50%;
    margin: -130px 0 0 -167px;
    position: fixed;
    top: 50%;
    width: 326px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px;
padding-bottom:10px;
}

#confirmBox h1,
#confirmBox p{
    background: #517e9a; /* Old browsers */
	background: -moz-linear-gradient(top,  #517e9a 0%, #416276 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#517e9a), color-stop(100%,#416276)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #517e9a 0%,#416276 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #517e9a 0%,#416276 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #517e9a 0%,#416276 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #517e9a 0%,#416276 100%); /* W3C */
    color: #000000;
    font: 16px/1 'Cuprum','Lucida Sans Unicode','Lucida Grande',sans-serif;
    padding: 10px 15px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 7px 7px 1px 1px;
	-moz-border-radius:  7px 7px 1px 1px;
	border-radius:  7px 7px 1px 1px;
}

#confirmBox h1{
    letter-spacing:0.3px;
    color:White;
}

#confirmBox p{
    background: none repeat scroll 0 0 transparent;
    font-size: 14px;
   /* line-height: 0.4; */
    padding-top: 22px;
}

#confirmButtons{
    padding:15px 0 25px;
    text-align:center;
}

#confirmBox .button{
/* background: linear-gradient(to bottom, #2A86B8 0%, #1A6A96 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font: 15px/28px 'Cuprum','Lucida Sans Unicode','Lucida Grande',sans-serif;
    height: 30px;
    margin-right: 10px;
    padding: 0 28px;
    position: relative;
    text-decoration: none;
    margin-left:10px;
}

#confirmBox .button:hover{

	}

#confirmBox .button:last-child{	/*margin-right:9px;*/
}

#confirmBox .button span{
    position:absolute;
    top:0;
    right:-5px;
    width:5px;
    height:33px
}

#confirmBox .blue	
{
  background: #496f88; /* Old browsers */
	background: -moz-linear-gradient(top,  #496f88 0%, #3d5c6f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#496f88), color-stop(100%,#3d5c6f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #496f88 0%,#3d5c6f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #496f88 0%,#3d5c6f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #496f88 0%,#3d5c6f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #496f88 0%,#3d5c6f 100%); /* W3C */
	/*padding:5px 10px;*/
	float:right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#FFF;
	cursor:pointer;
	font-size:14px;
	text-decoration:none
}

#confirmBox .blue span{			background-position:-195px 0;}
#confirmBox .blue:hover		
{
    background: #6391b5; /* Old browsers */
background: -moz-linear-gradient(top,  #6391b5 0%, #395f81 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6391b5), color-stop(100%,#395f81)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6391b5 0%,#395f81 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6391b5 0%,#395f81 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6391b5 0%,#395f81 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6391b5 0%,#395f81 100%); /* W3C */
}
#confirmBox .blue:hover span{	background-position:-195px bottom;}

#confirmBox .gray{				background-position:-200px top;text-shadow:1px 1px 0 #707070;}
#confirmBox .gray span{			background-position:-395px 0;}
#confirmBox .gray:hover{		background-position:-200px bottom;}
#confirmBox .gray:hover span{	background-position:-395px bottom;}