﻿html, body {
    height: 100%;
}

body {
    background-color: #ccc;
    color: #333;
    font-size: 1em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

.W {
    min-width: 1000px;
    max-width: 1460px;
    min-height: 700px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    height: 100%;
    padding: 0 30px;
}

header {
    padding-top: 40px;
}

    header img {
        vertical-align: middle;
    }

    header > span {
        font-size: 24px;
        font-weight: 100;
    }


.Local {
    float: right;
    line-height: 21px;
    margin-top: 5px;
}

    .Local a {
        display: inline-block;
        width: 35px;
        height: 21px;
        border: solid 1px #fff;
        color: #999;
        font-size: 12px;
        text-decoration: none;
        text-align: center;
    }

        .Local a.C, .Local a:hover {
            color: #666;
            border-color: #ccc;
        }

        .Local a span {
            padding-left: 6px;
        }

.Line {
    position: absolute;
    top: 26%;
    background-color: #f2f2f2;
    height: 380px;
    margin: 0 -30px;
    width: 100%;
    font-size: 18px;
    color: #575757;
}

    .Line h3 {
        font-size: 24px;
        font-weight: 100;
        padding: 0;
        text-align: center;
    }

div.validation-summary-errors {
    position: absolute;
    width: 100%;
    margin-left: -30px;
    top: 16%;
    text-align: center;
    color: #ff0000;
    font-size: 18px;
}

    div.validation-summary-errors ul {
        list-style-type: none;
    }

        div.validation-summary-errors ul li {
            padding-left: 1em;
            text-indent: -1em;
        }

            div.validation-summary-errors ul li:before {
                content: "-";
                padding-right: 5px;
            }

form {
    margin: 0 auto;
    width: 260px;
}

    form div * {
        vertical-align: middle;
    }

    form div span {
        color: #ff0000;
        position: absolute;
        margin: 14px 0 0 10px;
    }

input {
    height: 47px;
    width: 244px;
    font-size: 18px;
    color: #575757;
    font-weight: normal;
    border: solid 1px #bebebe;
    padding-left: 12px;
}

div.cbx {
    margin-top: 10px;
}

    div.cbx input {
        width: 18px;
        height: 22px;
    }

    div.cbx label {
        font-size: 14px;
        cursor: pointer;
    }

.shape {
    font-family: Segoe UI;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    width: 259px;
    height: 45px;
    -webkit-border-radius: 5px 6px 6px 5px/7px 7px 8px 8px;
    -moz-border-radius: 5px 6px 6px 5px/7px 7px 8px 8px;
    border-radius: 5px 6px 6px 5px/7px 7px 8px 8px;
    -webkit-box-shadow: 2px 3px 15px rgba(0,0,0,.3);
    -moz-box-shadow: 2px 3px 15px rgba(0,0,0,.3);
    box-shadow: 2px 3px 15px rgba(0,0,0,.3);
    border: solid 2px #dfcf72;
}

.gr_blue {
    background: #388ed5 url(images/bg_blue_n_45.png) repeat-x top;
    border-color: #3f83ba;
}

    .gr_blue:hover {
        background: #4ea1e5 url(images/bg_blue_o_45.png) repeat-x top;
        border-color: #5092c9;
    }

    .gr_blue:active {
        background: #2a7fc5 url(images/bg_blue_p_45.png) repeat-x top;
        border-color: #3374aa;
    }

    .gr_blue:disabled {
        background: #d3d3d3 url(images/bg_blue_d_45.png) repeat-x top;
        border-color: #cecece;
    }
