﻿body 
{
    font-family: Segoe UI, Tahoma, Sans-Serif;
}

#wrapper, #container 
{  	
    height: 400px;
    width: 360px;
}
    
#wrapper 
{  	
    bottom: 50%;  	
    right: 50%;  	
    position: absolute;
}

#container 
{  	
    left: 50%;
    position: relative;
    top: 50%;
    background-image: url("../Images/LoginBackground.png");
}

.loginLogoCenter
{
    padding-top: 20px;
    text-align: center;
}

.login
{
    font-family: Tahoma, Sans-Serif;
    font-size: 14px;
    margin-left: 40px;
    margin-top: 150px;
}

.loginError
{
    display: block;
    /*font-family: MoolBoran, Tahoma, Sans-Serif;*/
    font-size: 10px;
    color: #a00000;
}

.loginText
{
    
    font-family: Tahoma, Sans-Serif;
    font-size: 14px;
    width: 180px;
}

.loginButton
{
    font-family: MoolBoran, Tahoma, Sans-Serif;
    display: block;
    font-size: 10px;
    margin-top: 0px;
    margin-right: 10px;
    background-color: transparent;
    background-image: url("../Images/Logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 43px;
    height: 36px;
}

.loginValidText
{
    color: Green;
}

.divCaption
{
    width: 90px;
    text-align: right;
    float: left;
    padding-right: 10px;
}

.lblLogin
{
    
}

.txtLogin
{
    width: 200px;
    float: left;
}

.clear
{
    clear: both;
}

.line
{
    height: 32px;
    width: 100%;
}

.btnLogin
{
    
}