#confirmOverlay, .confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background: rgba(0,0,0,0.8);
	z-index:100000;
}
#confirmBox, .alert-mgs-box{
	background: #fff;
	width:460px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
}
#confirmBox h1,
#confirmBox p, .alert-mgs-box h1, .alert-mgs-box p{
    font-size: 17px;
	background: #2f5470;
	padding: 15px 15px;
	color:#666;
    font-weight: normal;
}

#confirmBox h1, .alert-mgs-box h1{
	letter-spacing:0.3px;
	color:#fff;
}

#confirmBox p, .alert-mgs-box p{
	background:none;
	font-size:16px;
	line-height:1.4;
	padding-top: 20px;
    color: #292929;
}

#confirmButtons{
	padding:15px 20px 20px;
	text-align:right;
    font-size: 13px;
}

#confirmBox .button{
	position:relative;
	margin-right: 15px;
	padding: 7px 21px;
	text-decoration:none;
}
#confirmBox .button:last-child{	margin-right:0;}

.alert-mgs-box  #confirmButtons{
    width: 50px;
    padding: 10px 0px;
    display: table;
    margin: auto;
}
.alert-mgs-box  #confirmButtons a{
    text-decoration: none;
    font-size: 14px; 

}
.glyphicon-remove{
    float: right;
    font-size: 14px;
    cursor: pointer;
    top:10px;
    position:absolute;
    right:10px;
}
