﻿body {
    margin: 0;
    font-family: Calibri;
    font-size: 15px
}

.main {
    width: 1000px;
}

.header {
    width: 1000px;
    float: left;
    height: 101px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.menu {
    clear: left;
    background: url(../images/menu-bg.gif);
    width: 980px;
    padding: 0 10px;
    text-align: left;
}

    .menu a {
        font-family: Tahoma,Arial,Helvetica,sans-serif !important;
        font-size: 14px;
        text-transform: uppercase;
        color: #444;
        line-height: 38px;
        text-decoration: none;
    }

        .menu a:hover {
            color: #039a49;
        }

h1 {
    clear: left;
    font-size: 35px;
    color: rgb(0, 152, 74) !important;
    font-family: Tahoma,Arial,Helvetica,sans-serif !important;
    font-weight: bold;
    padding: 0px 0px 10px 5px !important;
    border-bottom: 1px solid rgb(221, 221, 221);
    text-align: center;
}

.content {
    width: 550px;
    background: #edf3ec;
    border: 01px solid #ccc;
    border-radius: 27px;
}

.blankcontent {
    width: 320px;
    height: 250px;
    float: left;
}

.paytoprocess {
    /*background: url(/images/pay-bttn.png) no-repeat;*/
    background-color: #4CAF50;
    width: 134px !important;
    height: 34px !important;
    border: 0px;
    color:white;
}

.success {
    font-size: 13px;
    font-weight: 400;
    background-color: #dff0d8;
    border-radius: 4px;
    color: #3c763d;
    font-size: 90%;
    padding: 2px 4px;
}

.danger {
    font-size: 13px;
    font-weight: 400;
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e;
    font-size: 90%;
    padding: 2px 4px;
}

.info {
    font-size: 18px;
    font-weight: 800;
    background-color: #d9edf7;
    border-radius: 4px;
    color: #31708f;
    padding: 2px 4px;
}
