﻿*
{
	margin: 0;
}
html, body
{
	font-size: 12px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#main
{
	background: url(images/login/Login.jpg) no-repeat center center;
	width: 100%;
	height: 100%;
    
}

#maincenter
{
	width: 700px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -380px;
	margin-top: 143px;
}
#mcLeft
{
	height: 50px;
}
#mcLeft div
{
	height: 50px;
	line-height: 50px;
}
.mclRight
{
	width: 700px;
}
.mclRight input
{
	width: 140px;
}

#button
{
	background: url(images/login/LoginBtn.png);
	width: 94px;
	height: 30px;
	border: 0;
	cursor: pointer;
	outline: none;
}
.lgbtn
{
    width: 184px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
	margin-left: 210px;
	margin-top: -17px;
    vertical-align:baseline;
}
.DownLoad
{
    width: 315px;
    height: 89px;
    position: absolute;
    left: 33%;
    top: 50%;
    margin-left: 340px;
    margin-top: 32px;
    vertical-align:baseline;
}

.Support
{
    width:242px;
    position:absolute;
    margin-left:285px;
    margin-top:160px;
    _margin-left:290px;
    _margin-top:140px;
    float:left;
    top: -19px;
    left: -517px;
}
.Support1
{
    width:266px;
    position:absolute;
    margin-left:285px;
    margin-top:160px;
    _margin-left:290px;
    _margin-top:140px;
    float:left;
    top: -19px;
    left: -140px;
}
a:link
{
    text-decoration:none;
    color:Black;
    cursor:pointer;
 }
a:visited
{
    text-decoration:none;
    color:Black;
    cursor:pointer;
 }
  a:hover
 {
     text-decoration:underline;
     color:Black;
     cursor:pointer;
 }
 
 .span
 {
    position: absolute;
    float:left;
     margin-top:5px;
 }
.lineHeight
{
    line-height:15px;
}
.closeButton
{
    width:60px;
    height:30px;
    position:absolute;
    left: 246%;
    top: 130%;
    margin-left: -115px;
    margin-top: 50px;
}