samp{
	width:100%;    
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    background-color: rgba(0,0,0,0.4);    
}
samp div.alrtBody{
    background-color: #FFF;
    width: 350px;
    margin: 10% auto;
    -webkit-box-shadow: 0 59px 87px -32px rgba(0,0,0,0.6); 
    box-shadow: 0 59px 87px -32px rgba(0,0,0,0.6); 
}
samp div.alrtContent{
    padding: 30px 15px;
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
}
samp div.alrtFoot{
    padding: 10px 15px;
    background-color: #ebebeb;
    text-align: right;
}
samp div.alrtFoot button[type=button] {
	border: none;
	background-color: #387bca;
	color: #FFF;
	padding: 5px 25px;
	font-size: 14px;
    cursor: pointer;
    border-bottom: 2px solid #2f5d94;
    border-radius: 8px;
}
samp div.alrtContent img {
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    top: -10px;
    margin-right: 15px;
}