﻿body
{
    padding:0px 0px 0px 0px ; margin:0;font-size: 10pt;font-family: arial;
}
html 
{
	background: url('../styles/images/BackgroundLogin.jpg') no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#TextBoxUserName, #TextBoxPassword
{
    border: 1px solid #e5e5e5;
    background: white;
    padding: 5px;
    width: 150px;
}
#buttonLogin
{
    height: 32px;
    width: 150px;
}
#div1
{
    width: 100%;   
}

#div2
{
    border: solid 2px white;
	position: absolute;
	top: 50px;
	left: 50px;
	width: 250px;
    border-collapse:collapse;
}

#divSx
{
    display:none;
}
#divDx
{
    text-align:center;
    width:100%;
}
#divBottom
{
    font-family: arial;
    font-size: 0.8em;
    color: #e5e5e5;
    width: 100%;
    text-align: center;
}
.divMargColor
{
    margin: 2px 2px 2px 2px;
    background-color: White;
}
.divLogo
{
    width:100%;
    vertical-align: central;
    text-align: center;
    background-color:White;
    padding:10px 0px 10px 0px;
}
.divHeight
{
    width: 100%;
    height: 10px;
}
.divText
{
    width:100%;
    text-align: center;
}
.divInput
{
    width:100%;
    margin-left: 50px;
    text-align: left;
}
.divError
{
    width:100%;
    color: red;
    text-align: center;
    padding:10px 0px 5px 0px;
}

.divVersion
{     width: 100%;
}
.divVersion2
{     width: 100%;
}