#alert {

background-color: #FFFFFF;
    border: 1px solid rgba(234, 238, 250, 0.6);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
    color: #808080;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 400px;
    left: 50%;
    line-height: 18px;
    margin-left: -200px;
    margin-top: -200px;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 400px;
    z-index: 100;

}

#alert h3 {font-size: 32px;
    font-weight: normal;
    line-height: 38px;
    margin-top: 20px;
    color:#84b8d9;
    margin-bottom: 20px;
}

#alert a {color:#84B8D9;}

#alert-bg {
	background: red;
	opacity: 0.5;
}