﻿div.notify {
    padding: 20px;
    position: absolute;
    background-color: #0061b1;
    color: #fff;
    border: 1px solid #aaa;
    text-align: center;
    width: 300px;
    font: bold 16px/1.6 'Trebuchet MS', Arial, Sans-Serif;
}
