#metategs-form{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url('../img/tdot.png');
}


    #metategs-form .form{
        position: absolute;
        left: 50%;
        top: 200px;
        width: 450px;
        
        margin-left: -245px;
        padding: 19px;

        background-color: whiteSmoke;

        border: 1px solid #EEE;
        border: 1px solid rgba(0, 0, 0, 0.05);

        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;

        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);


    }


    #metategs-form .form input {
        display: inline-block;
        width: 440px;
        height: 18px;
        padding: 4px;
        margin-bottom: 9px;
        font-size: 13px;
        line-height: 18px;
        color: #555;
        background-color: white;
        border: 1px solid #CCC;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #metategs-form .form .btn {
        width: auto;
        height: auto;
        display: inline-block;
        padding: 4px 10px 4px;
        margin-bottom: 0;
        font-size: 13px;
        line-height: 18px;
        color: #333;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        vertical-align: middle;
        cursor: pointer;
        background-color: whiteSmoke;
        background-image: -ms-linear-gradient(top,white,#E6E6E6);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(white),to(#E6E6E6));
        background-image: -webkit-linear-gradient(top,white,#E6E6E6);
        background-image: -o-linear-gradient(top,white,#E6E6E6);
        background-image: linear-gradient(top,white,#E6E6E6);
        background-image: -moz-linear-gradient(top,white,#E6E6E6);
        background-repeat: repeat-x;
        border: 1px solid #CCC;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-color: #E6E6E6 #E6E6E6 #BFBFBF;
        border-bottom-color: #B3B3B3;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    }


    #metategs-form .form .btn-primary {
        color: white;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0074CC;
        background-image: -ms-linear-gradient(top,#08C,#05C);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#08C),to(#05C));
        background-image: -webkit-linear-gradient(top,#08C,#05C);
        background-image: -o-linear-gradient(top,#08C,#05C);
        background-image: -moz-linear-gradient(top,#08C,#05C);
        background-image: linear-gradient(top,#08C,#05C);
        background-repeat: repeat-x;
        border-color: #05C #05C #003580;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc',endColorstr='#0055cc',GradientType=0);
        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    }