#confirmOverlay1
{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	
    background:url('../images/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;
}

#confirmBox1
{
	background:url('../images/body_bg.jpg') repeat-x left bottom #e5e5e5;
	width:460px;
	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;
}
#confirmBox1 h1,
#confirmBox1 p
{
    font-size:14px;
	background:url('../images/header_bg.jpg') repeat-x left bottom #f5f5f5;
	padding: 10px 25px;
	/*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);*/
	/*color:#666;*/
}
#confirmBox1 h1
{
	/*letter-spacing:0.3px;
	color:#888;*/ 
    margin:0
}

#confirmBox1 p
{
	background:none;
	/*font-size:16px;
	line-height:1.4;
	padding-top: 35px;*/
}

#confirmButtons
{
	/*padding:15px 0 25px;
	text-align:center;*/

 padding:  0px;
/* text-align: center; */
/* float: left; */
width: 217px;
margin: 0px auto;
}

#confirmBox1 .button
{
	display:inline-block;
	/*background:url('../images/buttons.png') no-repeat;*/
	color:white;
    float:left;
	position:relative;
    font-size:15px;
	margin-right: 15px;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	border:none; 
    margin-bottom:10px; 
    /*background-color:#0080FF;*/
    background:none repeat scroll 0 0 #D7AE30;
    width:70px; 
    text-align:center;
}

#confirmBox1 .button:last-child{	margin-right:0;}

#confirmBox1 .button span
{
	position:absolute;
	top:0;
	right:-5px;
	/*background:url('../images/buttons.png') no-repeat;*/
	/*width:5px;*/
     /*background-repeat:no-repeat ;*/
     /*padding:10px 10px 0px  10px;*/
     margin-bottom:10px;
     background:none repeat scroll 0 0 #0080FF;
     float:left;
}

#confirmBox1 .blue{				background-position:left top;text-shadow:1px 1px 0 #5889a2;}
#confirmBox1 .blue span{			background-position:-195px 0;}
#confirmBox1 .blue:hover{		background-position:left bottom;}
#confirmBox1 .blue:hover span{	background-position:-195px bottom;}

#confirmBox1 .gray{				background-position:-200px top;text-shadow:1px 1px 0 #707070;}
#confirmBox1 .gray span{			background-position:-395px 0;}
#confirmBox1 .gray:hover{		background-position:-200px bottom;}
#confirmBox1 .gray:hover span{	background-position:-395px bottom;}









/************************** Prasad H. **************************/
#okAlertBoxButtons {
    padding: 0px;
    width: 217px;
    margin-left: 39%;
}
/************************** Prasad H. **************************/
