* {
    margin: 0;
    padding: 0;
}

body {
    background: #567;
}

.placeholderColor {
    color: #A9A9A9 !important;
}

.ipt {
    width: 90%;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    font-family: 'Open Sans',sans-serif;
    color: #555;
    padding: 10px;
}

.ipt2 {
    width: 100%;
}

.btn {
    width: 98%;
    background: #3399cc;
    border: 0;
    padding: 4%;
    font-size: 100%;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
}

.btn2 {
    background: #FF6600;
}

input[type="submit"]:hover {
    background: #2288bb;
}

a {
    text-decoration: none;
    color: #336666;
}

    a:hover {
        text-decoration: underline;
    }

.ci:hover {
    cursor: pointer;
}

.box {
    background: #3399cc;
    width: 380px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}

    .box table {
        border-collapse: collapse;
        width: 100%;
        background: #eeeeee;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .box td {
        height: 30px;
    }

    .box .title1 {
        display: table;
        height: 50px;
        width: 100%;
    }

    .box .title2 {
        color: #FFFFFF;
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 120%;
        display: table-cell;
        vertical-align: middle;
    }

.tb td {
    height: 23px;
    padding: 12px 10px 0px 20px;
}

.tbl td {
    height: 23px;
    padding: 2px 0px 0px 0px;
    line-height: 150%;
}

    .tbl td:first-child {
        padding: 2px 10px 0px 40px;
    }

.tf td {
    padding: 0px;
    height: 20px;
}

.th td {
    padding: 30px 10px 0px 20px !important;
}
