#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#fff; border:solid 1px #ccc; border-radius:5px; box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);}

.modalAlert-header{ padding: 15px; border-bottom: 1px solid #eee; background-color:#eee }
.modalAlert h3{ margin: 0}
.modalAlert-content{ position:relative; padding:10px }
.modalAlert-footer{ padding:20px; margin-top:15px; text-align: right; }
button.close-icon {
    padding: 0px;
    cursor: pointer;
    background: none repeat scroll 0% 0% transparent;
	border:0;
	margin-top:-5px;
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color:#ccc;
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
	outline:0;
}
button.close-icon:hover{
	color:#666;
}

@media all and (max-width:979px) {
    .modalAlert-footer{
        padding:10px 20px;
        margin-top:5px;
    }
}

