﻿ body
    {
        background: #F2F2F2;
        font-family: Calibri, Arial, Sans-Serif;
    }
    .box
    {
        background: #FFF;
        border: 5px solid #ECECEC;
        width: 600px;
        height: 300px;
        margin: 0 auto;
        margin-top: 100px;
        text-align: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .box > div
    {
        background: #F1FAFE;
        border-top: 1px solid #ECECEC;
        border-bottom: 1px solid #ECECEC;
        width: 100%;
        margin-top: 50px;
        padding: 10px 0;
        color: #0000CC;
        font-size: 18pt;
        margin-bottom: 30px;
    }