﻿html, body
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #000000;
    background-image: url('../Images/Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.Container_Main
{
    position: fixed;
    width: 600px;
    height: 160px;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -300px;
    text-align: center;
}

.MillionMax
{
    position: relative;
    margin: 0 auto;
    width: 500px;
    height: 60px;
    z-index: 500;
}

.Container_Login
{
    position: relative;
    width: 600px;
    height: 80px;
    text-align: left;
    margin-top: -5px;
    margin-bottom: 10px; 
    display: block;
    float: left;
}

.Contents_Main
{
    position: relative;
    font-family: Trebuchet MS,Arial,san-serif;
    font-size: 0.875em;
    color: #FFFFFF;
    z-index: 5;
}

.CopyRight
{
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 0.813em;
    color: #FFFFFF;
}

.Background
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 1;
    border-radius: 10px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";                  /* IE 8 Compatibility */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);                       /* IE 7 Compatibility */
    opacity: 0.45;                                                                     /* Everyone else      */
}

.UserID
{
    background: url('../Images/UserID.png') no-repeat top;
    width: 180px;
    height: 25px;
    line-height: 25px;
    margin-top: 0px;
    border: 0;
    outline: 0;
    text-align: center;
    color: #999999;
}

.UserID:focus
{
    background: url('../Images/UserID.png') no-repeat bottom;
    color: #333333;
}

.Password
{
	background: url('../Images/Password.png') no-repeat top;
	width: 180px;
	height: 25px;
	line-height: 25px;
	margin-top: 0px;
	border: 0;
    outline: 0;    
    text-align: center;
    color: #999999;
}

.Password:focus
{
	background: url('../Images/Password.png') no-repeat bottom;
	color: #333333;
}