
*{
	padding:0px;
	margin:0px;
	
}

.spacer{	line-height:0; font-size:0; clear:both;}
a{	color:#0c65b2;	text-decoration:none;}
a:hover{text-decoration:underline;}

.loading{
	padding:0 10px 0 10px;
	display:none;
}



.wrapper{
	width: 800px;
	height: 400px;
	margin: 0px auto;
	margin-top: 100px;
	position: relative;
}



.wrapper-images{
	position: absolute;
	width: 460px;
	height: 378px;
	left: 10px;
	top: 10px;
}

.wrapper-login{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 280px;
	padding: 10px;
}

.wrapper-center{
	position: relative;
	width: 95%;
	height: auto;
	margin: 0 auto;
	border: 1px solid #ccc;
}

.footer{
	position: relative;
	width: auto;
	text-align: center;
}

.logo{	padding: 10px 0px;}

.center{	text-align: center; height: 120px; margin-bottom: 20px;}
.right{ text-align: right; }



.btn{
	margin: 20px 0px 10px 0px;	width: 274px;
}

.full-screen{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../imgs/full-screen.png);
	
}

.full-screen .warning{
	position: relative;
	margin:0 auto;
	margin-top: 200px;
	width: 400px;
	padding: 10px;
	
	text-align: center;
	
	
	
	background: #fff;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.40);
-moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.40);
/* -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40); */
background: -ms-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
	
	
}


