/* alert buttons*/

.close:hover {
    background-size: 40px auto;
    margin: 14px 5px 0 0;
}

.close {
    background: rgba(0, 0, 0, 0) url(/_resources/images/close-red-sm.png) no-repeat scroll left top / 50px auto;
    cursor: pointer;
    float: right;
    height: 51px;
    margin: 15px 10px 0 0;
    right: 0;
    text-indent: -9999em;
    width: 50px;
}

/* alert boxes*/

.container {
    padding: 15px 0px 15px 15px;
}

.container h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
}

.alert-div h2 {
	font-size: 30px;
    color: #fff;
	font-weight: 500;
}

.alert {
    opacity: 0.9;
	color: #fff;
	background: #132e6c;
	
}

.emergency {
    background-color: #ffbb00;
    color: #fff;

}

.alert-div {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10000;
}

div#alert-notice.alert img {
    height: 100%;
    width: 100%;
}
