body
{
    top: 0;
    margin: 0;
    padding: 0;
    color: #605D5C;
    font-family: Ebrima;
}
a
{
    color: #605D5C;
    text-decoration: none;
}
td img
{
    display: block;
}
a:hover
{
    color: #F58634;
    font-weight: bold;
}
#cf img:hover
{
    -webkit-box-shadow: 1px 1px 1px 1px #111;
    box-shadow: 1px 1px 1px 1px #111;
}

#cf1 img.all:hover
{
    -webkit-box-shadow: 1px 1px 1px 1px #111;
    box-shadow: 1px 1px 1px 1px #111;
}


/*------------------------------ popup------------------------------*/

        h1 {
            font: 4em normal Arial, Helvetica, sans-serif;
            padding: 20px;
            margin: 0;
            text-align: center;
        }

            h1 small {
                font: 0.2em normal Arial, Helvetica, sans-serif;
                text-transform: uppercase;
                letter-spacing: 0.2em;
                line-height: 5em;
                display: block;
            }

        h2 {
            color: #bbb;
            font-size: 3em;
            text-align: center;
            text-shadow: 0 1px 3px #161616;
        }

        .container {
            width: 960px;
            margin: 0 auto;
            overflow: hidden;
        }

        #content {
            float: left;
            width: 100%;
        }

        .post {
            margin: 0 auto;
            padding-bottom: 50px;
            float: left;
         }

        .btn-td{
            width:26%;
            margin-left:10px;
        }

        .btn-sign-g {
            width: 240px;
            margin-bottom: 10px;
            margin: 0 auto;
            margin-left:10px;
            padding: 5px;
            border-radius: 25px;
            background: -moz-linear-gradient(center top,  #abf161,#72B32D);
            background: -webkit-gradient(linear, left top, left bottom, from(#abf161), to(#72B32D));
            background: -o-linear-gradient(top, #abf161, #72B32D);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#abf161', EndColorStr='#72B32D');
            text-align: center;
            font-size: 26px;
            color: #fff;
            text-transform: uppercase;
        }
        .btn-sign-o {
            width: 240px;
            margin-bottom: 10px;
            margin: 0 auto;
            margin-left:10px;
            padding: 5px;
            border-radius: 25px;
            background: -moz-linear-gradient(center top,  #f38b45,#FF6600);
            background: -webkit-gradient(linear, left top, left bottom, from(#f38b45), to(#FF6600));
            background: -o-linear-gradient(top, #f38b45, #FF6600);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f38b45', EndColorStr='#FF6600');
            text-align: center;
            font-size: 26px;
            color: #fff;
            text-transform: uppercase;
        }
        .btn-sign-b {
            width: 240px;
            margin-bottom: 10px;
            margin: 0 auto;
            margin-left:10px;
            padding: 5px;
            border-radius: 25px;
            background: -moz-linear-gradient(center top,  #72ccfb,#0093DD);
            background: -webkit-gradient(linear, left top, left bottom, from(#72ccfb), to(#0093DD));
            background: -o-linear-gradient(top, #72ccfb, #0093DD);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#72ccfb', EndColorStr='#0093DD');
            text-align: center;
            font-size: 26px;
            color: #fff;
            text-transform: uppercase;
        }

            .btn-sign-g a {
                color: #fff;
                text-shadow: 0 1px 2px #161616;
            }
            .btn-sign-o a {
                color: #fff;
                text-shadow: 0 1px 2px #161616;
            }
            .btn-sign-b a {
                color: #fff;
                text-shadow: 0 1px 2px #161616;
            }

        #mask {
            display: none;
            background: #000;
            position: fixed;
            left: 0;
            top: 0;
            z-index: 10;
            width: 100%;
            height: 100%;
            opacity: 0.8;
            z-index: 999;
        }

        .login-popup {
            display: none;
            background: #f3f3f3;
            padding: 10px;
            border: 2px solid #ddd;
            float: left;
            font-size: 1.2em;
            position: fixed;
            top: 50%;
            left: 50%;
            z-index: 99999;
            box-shadow: 0px 0px 20px #999;
            -moz-box-shadow: 0px 0px 20px #999; /* Firefox */
            -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
            border-radius: 3px 3px 3px 3px;
            -moz-border-radius: 3px; /* Firefox */
            -webkit-border-radius: 3px; /* Safari, Chrome */
        }

        img.btn_close {
            float: right;
            margin: -28px -28px 0 0;
        }

        fieldset {
            border: none;
        }

        form.signin .textbox label {
            display: block;
            padding-bottom: 7px;
        }

        form.signin .textbox span {
            display: block;
        }

        form.signin p, form.signin span {
            color: #999;
            font-size: 11px;
            line-height: 18px;
        }

        form.signin .textbox input {
            background: #fff;
            border-bottom: 1px solid #333;
            border-left: 1px solid #000;
            border-right: 1px solid #333;
            border-top: 1px solid #000;
            color: #fff;
            border-radius: 3px 3px 3px 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            font: 13px Arial, Helvetica, sans-serif;
            padding: 6px 6px 4px;
            width: 300px;
        }

        form.signin input:-moz-placeholder {
            color: #bbb;
            text-shadow: 0 0 2px #000;
        }

        form.signin input::-webkit-input-placeholder {
            color: #bbb;
            text-shadow: 0 0 2px #000;
        }

        .button {
            background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
            background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
            background: -o-linear-gradient(top, #f3f3f3, #dddddd);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
            border-color: #000;
            border-width: 1px;
            border-radius: 4px 4px 4px 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            color: #333;
            cursor: pointer;
            display: inline-block;
            padding: 6px 6px 4px;
            margin-top: 10px;
            font: 12px;
            width: 214px;
        }

            .button:hover {
                background: #ddd;
            }
