div.blockMsg {
    width: 40%;
    top: 30%;
    left: 30%;
    text-align: center;
    background-color: #D2091C;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    color: #fff;
}
