.Layout
{
	text-align:center;
}

.Layout .full
{
	width:980px;
}

.Layout .left
{
	float:left;
	text-align:left;
}

.Layout .right
{
	float:right;
	text-align:left;
}

.Layout .full .row
{
	width:500px;
}

.Layout .full .row .lable
{
	float:left;
	width:100px;
}

.Layout .full .row .text
{
	float:left;
	width:200px;
}

.Layout .top_title {
	height: 35px;
	padding-bottom: 0px; 
	padding-left: 108px; 
	padding-right: 0px; 
	padding-top: 12px;
	
	border-bottom: #dfe3f0 1px solid; 
	position: relative; 
	border-left: #dfe3f0 1px solid; 
	background: #f1f4ff; 
	border-top: #dfe3f0 1px solid; 
	border-right: #dfe3f0 1px solid;
	
     margin-bottom:10px;
}

.Layout .login-btn
{
	border-right-width: 0px;
	text-indent: -9999em;
	width: 128px;
	display: block;
	background: url(/Images/reg-login.png) 0px -124px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	height: 46px;
	border-left-width: 0px;
	cursor: pointer;
}

.Layout .login-btn:hover
{
	background-position: -1px -170px;
}

.Layout .reg-btn
{
	border-right-width: 0px;
	text-indent: -9999em;
	width: 188px;
	display: block;
	background: url(/Images/reg-login.png) 0px 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	height: 62px;
	border-left-width: 0px;
	cursor: pointer;
}

.Layout .reg-btn:hover
{
	background-position: 0px -62px;
}
