#MCAwesomeAlert{
    font-family:Arial,Helvetica,sans-serif;
    position:fixed;
	top:-20px;
    left:0px;
    width:100%;
    z-index:1002;
    text-align:center;
    font-weight:bold;
    font-size:16px;
    color:white;
    padding-top:15px;
    background-color:#999999;
    opacity: 0.9;
    -moz-box-shadow: 0px 2px 2px #4d4d4d;
	-webkit-box-shadow: 0px 2px 2px #4d4d4d;
	box-shadow: 0px 2px 2px #4d4d4d;
}

#MCAwesomeAlert span {
    text-align: center;
    width: 95%;
	position: relative;
    
}

#MCAwesomeAlert .btnClose {
    white-space: nowrap;
    position: absolute;
    top:30px;
    right: 15px;
    color:#fff;
    text-decoration:none;
    border:2px #fff solid;
    padding-left:3px;
    padding-right:3px;
    cursor: pointer;
}

#MCAwesomeAlert .btnClose a {
    color: #fff;
}