.message{
    width: 100%;
    float: left;
    text-align: center;
    color:#fff;
    line-height: 30px;
    background: #0074d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 151, 230, 0.75);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 151, 230, 0.75);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 151, 230, 0.75);
    border: 1px solid #005190;
}