﻿.MenyLogin
{
	 width:180px;
	 height:100%;
	  vertical-align:top;
	  float:left;
	/*  border: solid thin red;*/
	
	}
	
	.loginTop
	{
			 width:900px;
	 height:41px;
	  vertical-align:top;
	 
/*	  border: solid thin red; */
		
		}
		
		.LoginContent
		{
				 width:640px;
	 height:1500px;
	  vertical-align:top;
	  float:left;
/*	  border: solid thin blue; */
			
			}
			
			
			
			
			
			
.LogInWrap{
	width: 900px;
	height:900px;
	margin-left:auto;
	margin-right: auto;
	text-align: left;
}


.LogInHead{
	width: 900px;
	height: 230px;
	background-image: url(../../images/header.png);
}

.LogInMainCont{
	padding: 20px 0px 0px 40px;
	width:900px;
	height:180px;
	clear:both;
	
	
	border: 1px solid #ccc;
}

/* -- footer -- */
.LogInFooter{
	clear: both;
	height: 33px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #eee;
	margin-bottom: 5px;
}




.LogInFooter p{
	color: #333;
	text-align: right;
}


.LeftPart
{  float:left;
	width:100%;
  height:100%;
   border: solid thin red;
	
	}
	

		
.RightPart
		{
		float:left;
	width:430px;
  height:500px;	
   border: solid thin red;
			}