﻿html
{
    font-family: Arial;
    overflow: hidden;
}
        
body
{
    padding: 0;
    margin: 0;
    background-color: #f0f0f0;
}

label
{
    font-size: 10px;
}

input.Button {
    background: url(/content/images/button/button.jpg) repeat-x;
    border: 1px solid #707070;
    height: 39px;
    font-size: 14px;
    color: #000000;
    float: right;
    margin-left: 5px;
}

input.ButtonHover {
    background: url(/content/images/button/button_active.jpg) repeat-x;
    border: 1px solid #3c7fb1;
    height: 39px;
    font-size: 14px;
    color: #000000;
    float: right;
    margin-left: 5px;
}

.Form
{
    background: url(/content/images/login_background.jpg) no-repeat;
    width: 343px;
    margin-left: -171px;
    margin-top: -140px;
    position: absolute;
    top: 50%; 
    left: 50%;
}

.Form td
{
    padding: 0 40px 0 38px;
}

.TextBox
{
    width: 255px;
    border: 1px solid #b5cfe7;
    border-top: 1px solid #3d7bad;
    font-size: 18px;
    color: #71797b;
    padding: 5px 3px 5px 5px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    font-size: 10px;
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}