body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #aaa;
    font-size: 0.9em;
    font-family: Arial, Helvetica, Verdana;
}

form {
    margin: 0;
    padding: 0;
}

#container {
    margin: 0 auto;
    height: 100%;
}

#login {
    position: absolute;
    width: 270px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background: #eee;
    border: 1px solid #fff;
    background-image:      -o-linear-gradient(bottom, rgb(204,204,204) 20%, rgb(250,250,250) 80%);
    background-image:    -moz-linear-gradient(bottom, rgb(204,204,204) 20%, rgb(250,250,250) 80%);
    background-image: -webkit-linear-gradient(bottom, rgb(204,204,204) 20%, rgb(250,250,250) 80%);
    background-image:     -ms-linear-gradient(bottom, rgb(204,204,204) 20%, rgb(250,250,250) 80%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(204,204,204)), color-stop(0.8, rgb(250,250,250)));
    background-image:         linear-gradient(bottom, rgb(204,204,204) 20%, rgb(250,250,250) 80%);
    -pie-background: linear-gradient(bottom, rgb(204,204,204) 20%, rgb(250,250,250) 80%);
    behavior: url(../common/css/jquery-vine/PIE.htc);
}


#title {
    background-color: #eee;
    margin: -5px -20px 20px;
    padding: 10px;
    border-bottom: 1px solid #aaa;
    font-weight: bold;
    color: #444;
    text-align: center;
    font-size: 1.2em;
}

#logo {
    margin: 14px 0 20px;
}

#logo img {
    display: block;
    margin: 0;
    width: 270px;
}

div.row {
    width: 270px;
}

div.row label {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 0.9em;
    margin: 0 0 3px;
}

div.row input[type="text"],
div.row input[type="password"] {
    float: left;
    display: block;
    width: 99%;
    line-height: 25px;
    height: 25px;
    font-size: 1.1em;
    color: #16498a;
    margin: 0 0 20px;
    padding: 0;
    text-indent: 5px;
    border: 1px solid #aaa;
}

div.row span {
    width: 100%;
    float: left;
    padding: 3px 0 20px;
}

div.row span a {
    color: #333;
    font-size: 0.8em;
}

div.row span a:hover {
    text-decoration: none;
}

div.remember {
    line-height: 32px;
}

div.remember input {
    float: left;
    margin: 10px 10px 0 10px;
    padding: 0;
}

a.forgot-password {
    float: right;
    font-size: 11px;
    color: #8c214b;
    text-decoration: underline;
}

a.forgot-password:hover {
    color: #114881;
}

.break {
    margin-top: 20px;
}

.row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .row {
    zoom: 1;
}

*:first-child + html .row {
    zoom: 1;
}

#wsc-success {
    margin: 0 0 15px;
    padding: 10px 32px 10px 10px;
    background: #cfa;
    border: 1px solid #090;
    color: #060;
    font-weight: bold;
    -webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
            border-radius: 0 !important;
}

#wsc-error {
    margin: 0 0 15px;
    padding: 10px 32px 10px 10px;
    background: #ffe8e8;
    border: 1px solid #e11;
    color: #e11;
    font-weight: bold;
    -webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
            border-radius: 0 !important;
}

#wsc-error ul {
    margin: 0;
    padding: 10px 0 0;
    list-style-type: disc;
    list-style-position: inside;
    font-weight: normal;
}

.vine-button .vine-button-left,
.vine-button .vine-button-right {
    background: none !important;
}

.vine-button .vine-button-center {
    margin: 0 !important;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
}
