#cusAlert.modal {
	max-width: 300px;
	border-radius:3px !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.2) !important;
}

.jquery-modal.blocker.current{
	background-color: rgb(0,0,0,0.5) !important

}


#cusAlert .alert_close{
	display:block;
	background: #255E91 !important;
    width:58px;
    margin:0 auto;
    padding:3px;
    font-size:13px;
    color:#fff;
    border-radius: 3px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}



#cusAlert .alert_close:hover{
    background: #074073 !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;

}



#cusAlert .close-modal{
	/*display: none !important;*/
}


#cusAlert.modal a.close-modal{
    position: absolute;
    top: 3.5px;
    right: 7.5px;
    display: block;
    width: 20px;
    height: 20px;
}