﻿* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}

body {
    font: normal 12px Arial, Helvetica;
    width: 100%;
    display:table;
    overflow: hidden;
    margin: auto;
}

form {
    text-align: center;
}

.fieldset {
    border: solid 1px #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    max-width: 350px;
    width: 350px;
    margin:  0 auto;
    text-align: left;
    padding: 20px;
}

.input {
    padding: 5px;
}

.label-text { text-align: right;width: 30%;}
.input { text-align: left;width: 70%;}

input.aButton {
    border: 0;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: Tahoma;
    font-weight: bold;
}

input.aButton:hover {
    color: red;
    cursor: pointer;
}

input.aTextBox {
    border: 1px solid #3a7fdc;
    background: #e4e8ee;
    height: auto;
    color: Black;
}

input.aTextBoxPass {
    border: 1px solid #3a7fdc;
    background: #e4e8ee;
    height: auto;
    color: Black;
}

.Input-Text, .Input-Button {
    font: normal 12px Arial, Helvetica;
    border: 1px solid #d0d0d0;
    height: 20px;
    margin: 0px 2px 0px 0px;
    background: #EEE;
}

.Input-Button {
    font-weight: bold;
    color: Black;
    background: url('../images/ButtonBgr.gif') repeat-x;
    height: 22px;
}

a.LinksResend {
    font: 12px Arial, Helvetica;
    text-decoration: underline;
    font-weight: bold;
    color: black;
}
a.LinksResend:hover {
    text-decoration: none;
}

.divFailureText {
    text-align: left;
    color: red;
    font-size: 12px;
    display: inline-block;
}
.Validator {
    display: none;
}
