﻿body 
{
    font: 13px Verdana, Arial, Helvetica, sans-serif;
}

p
{
    color: #666;
    margin-top: 0px;
}

#wrapper 
{
    width: 350px;
    margin: 100px auto;    
    position: relative;
    padding: 20px;
}

#logo
{
    margin-left: -115px;
    background-image: url(./logo.png);
    background-color: #FFF;
    background-size: 220px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 0;
    width: 230px;
    height: 70px;
}

#container
{
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 40px 40px 40px 40px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px #CCC;
}

.label
{
    display: block;
}

input[type="text"], input[type="password"]
{
    display: block;
    width: 245px;
    padding: 0px 10px;
    background-color: rgb(250, 255, 189);
    border: 1px solid #CCC;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    height: 44px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="text"]:focus, input[type="password"]:focus{
    border: 1px solid #4d90fe;color:#000;
}

.inputError
{
    background-color: #F6CED8 !important;
    border-color: #FF0000 !important;
    outline: 0 !important;
}

.submit
{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 44px;
    border: 1px solid #3079ed;
    background-color: #4d90fe;
    color: #fff;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

#errorMsgPanel
{
    display: block;
    color: Red;
    font-weight: bold;
}

.center 
{
    text-align: center;    
}

.floatRight
{
    position:absolute;
    right: 60px;
    z-index: 999;
}
