﻿.success_message, .info_message
{
    color: blue;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 8pt;
    text-align: center;
    vertical-align: top;
    padding-top: 5px;
}

.error_message
{
    color: #ff0000;
    text-align: center;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 8pt;
    vertical-align: top;
    padding-top: 5px;
}

.freeze
{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

    .freeze .container
    {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 2015;
        background-image: url("../Images/loading.gif");
        background-repeat: no-repeat;
        background-position: center center;
    }

form label, form input
{
    display: block;
    width: 120px;
    float: left;
    margin-bottom: 10px;
}
.headingstyle
{
    background-color: #2B5486;
    color: #FFFFFF;
    height: 20px;
    font-weight:bold;
    margin-top: 0;
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
}
br
{
    clear: left;
}

button
{
    text-align: center;
}

.login
{
    padding: 0px;
    width: 391px;
    display: inline-block;
    box-shadow: 0 0 12px #A2ADC4;
}

    .login label, .login input
    {
        display: block;
        width: 120px;
        float: left;
        margin-bottom: 10px;
    }

    .login label
    {
        text-align: right;
        padding-right: 20px;
    }

.login-help
{
    line-height: 20px;
    margin-top: 10px;
}

    .login-help a
    {
        color: #2B5486;
    }

/* ************************************************** style.css STARTS ***************************** */
.LoginBody
{
	background-color: #2B5286;
	font-family:Tahoma;
	font-size:8pt;
	margin:0 0 0 0;	
}

.loginTextBox
{
	border:solid 1px #2B5286;
}

/* style.css ENDS */