@charset "utf-8";
/* CSS Document */


@font-face{
	font-family:OpenSansR;
	src:url(../../images/opensansregular.ttf);
}

@font-face{
	font-family:OpenSans;
	src:url(../../images/opensanslight.ttf);
}

#header{
	text-align:center;
	font-family:OpenSans, Arial, sans-serif;	
	font-size:35px;
	margin-top:50px;
	margin-bottom:15px;
}

#headersub{
	text-align:center;
	font-family:OpenSansR, Arial, sans-serif;	
	font-size:16px;
	margin-bottom:10px;
}

#boxlog{
	width:285px;
	height:320px;
	margin:0 auto;
	padding:40px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	background-color: #F7F7F7;
}

#ava{
	width:100%; 
	height:100px; 
	text-align:center; 
	margin-bottom:30px;
}

#errs{
	width:100%; 
	height:auto;
	text-align:center; 
	font-family:OpenSansR, Arial, sans-serif;
	color:#F00;
}

#footer{
	width:100%; 
	height:auto;
	text-align:center; 
	font-family:OpenSansR, Arial, sans-serif;	
	margin-top:10px;
}




















a.aaa {
	color:#FFFFFF;
	text-decoration:none;
}

a.aaa:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a.footer {
	color:#000000;
	text-decoration:none;
}

a.footer:hover {
	color:#000000;
	text-decoration:underline;
}

a.powered {
	color:#FF0000;
	text-decoration:none;
}

a.powered:hover {
	color:#FF0000;
	text-decoration:underline;
}

.button{
	background:#192D38;
	color:#FFFFFF;
}