html,body{height:100%}
*{margin:0;padding:0;}

.back {
    vertical-align: middle;
    background-color: #cccccc;
}
.divLogin
{
	left:50%; 
	top:50%; 
	height:391px;
	width:432px;
	position:absolute; 
	margin:-294px 0 0 -240px; /*272*/	
	background:url(../Images/Login.png);
	
}
.divLoginTitle {
    background-image: url('../Images/logo.png');
    width: 622px;
    height: 57px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 15px;
}

.divLoginBox { /*
	width:481px;
	height:388px;	
	
	background-image:url('../Images/Login.png');   
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/Login.png'); 
*/
    _background-image: none;
}
/*-----------------*/
.divPost
{
	float:left;
	margin-top:82px;
	margin-left:32px;
	border:solid 0px #ccc;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius:10px;
	width:414px;     
}

#mywindows
{
	height:240px;
	vertical-align:top;
}

#titlelist
{
	margin-top:7px;		
	background-repeat:repeat-x;
	background-position:center;	
	height:27px;	
	padding-left:0px;
	padding-right:0px;
	overflow:hidden;
	border-bottom:solid 1px #ccc;	
	
}


.wintitle{				
	font-size:12px;			
	line-height:25px;
	text-align:center;	
}		
.win1
{
	/*filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;*/
	background-color:#fff;
}		

/*---------------*/


.divHelp {
    float: left;
    width: 335px;
    height: 213px;
    background-image: url('../Images/Help.png');
}


#form1
{	
	margin-top: 140px;
    margin-left: 0px;
	display:block;	
}
.divUser
{	
	
     padding-top:50px;
    margin-left:110px;
    height:25px;  
}
   
.divPwd
{
	margin-top:42px;
    margin-left:110px;  
    height:25px;   
}
 
.divCode{
    margin-top:42px;
    margin-left:110px;
    height:25px;     
	_margin-top:10px;  
}

.divButon{		
    margin-top:28px;
    margin-left:68px;
   
}
input:-webkit-autofill {
    background-color: transparent !important;
    transition: background-color 50000s ease-in-out 0s;
}
input:focus{outline:none;}

.txtUser{
    background-color:transparent !important;  
    width: 240px;
    height:25px;
    font-size:20px;
    border-width:0px;	
    line-height:25px;	     
}


.txtPwd{
    background-color:transparent;   
    width:290px;
    height:25px;
    font-size:20px;
    border-width:0px;
    line-height:25px;	 
}

.txtCode{
	background-color: transparent;
    width: 150px;
    height: 24px;
    font-size: 20px;
    border-width: 0px;
    line-height: 25px;	 
}
#_validcode
{
	margin-top:0px;
	display:block;	
	float:left;
}
#ValidCodeImg
{
	margin-left: 20px;
    height: 26px;
    float: left;
}


.aRegister {
    margin: 145px auto auto auto;
    background-image: url('../Images/Register.png');
    width: 115px;
    height: 39px;
    display: block;
}