.statusMessage {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.statusMessage {
    color: #666;
    background-color: #ebedf2;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
    background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% );
    border: 1px solid #aaa;
    -moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
    box-shadow: 0 0 1em rgba(0, 0, 0, .5);
    opacity: .95;
}
/* Dimensions and position of the status messages */

.statusMessage {
    display: none;
    margin: auto;
    width: 30em;
    height: 2em;
    padding: 1.5em;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.statusMessage p {
    text-align: center;
    margin: 0;
    padding: 0;
}
.statusMessage {
    left: 50%;
    top: 50%;
}

.statusMessage {
    margin-left: -15em;
    margin-top: -1em;
}