
body {
	margin-top:0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	background-color:#ebecf5;

}

a {
	font-weight:normal;
	text-align: left;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}


#LoginTop {
	width:100%;
	height:315px;
	margin:0 auto;
	background-image:url(../images/v3login/topbar_02.png);
}

.clouds {
	width:100%;
	height:300px;
	margin:0 auto;
	overflow:hidden;
}


.LoginHolder {
	width:400px;
	height:165px;
	color:#fff;
	font-size:16px;
	padding-top:50px;
	background-color:#1aa0ec;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	margin-top:40px;
	right:-500px;
	position:relative;
	float:right;


}

.LoginHolderCAPCHA {
	width:400px;
	height:165px;
	color:#fff;
	font-size:16px;
	padding-top:50px;
	background-color:#1aa0ec;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
	margin-top:40px;
	right:-900px;
	position:relative;
	float:right;


}
.LoginBox {
	width: 90%;
	background-color: #ffffff;
	padding: 5px;
	text-align:left;
	float: left;
	display: inline;
	margin-bottom: 5px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:250px;
	height:30px;
	font-size:14px;
	color:#999;
    border:1px solid #ffffff;
	clear:left;
}

.LoginLabel {
	width:395px;
	height:20px;
	display:inline;
	float:left;
	margin-left:5px;


}

.iforgot {
	
	height:20px;
	display:inline;
	float:right;
	margin-left:5px;
	margin-right:140px;


}



.v3button {
		background:#ffffff;
	
	padding:4px 9px;
	color:#999;
	font-family:'Helvetica Neue', sans-serif;
	font-size:13px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ffffff;
	text-align:center;
	cursor:pointer;
}



.LoginEBFooter {
	width:100%;
	height:30px;
	margin:0 auto;
	text-align:center;
	position: fixed;
	bottom: 5px;
}
	
.LoginCookies {
	position: fixed;
	bottom: 10px;
	width: 400px;
	height:28px;
	left: 10px;
	background-image:url(../images/v3login/cookies.png);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top: 5px;	
	
}

.LoginDescHolder {
	display:inline;
	float:left;
	margin-left:10%;
	margin-top:68px;
}

