@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body{
	margin:0;
	padding:0px;
	font-family:Arial;
	font-size:11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.loginContent{
	width: 431px;
	margin: auto;	
	}
.input{
	width: 247px;
	height: 22px;
	background: url(../images/bginput.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: solid 1px #6777ad;
	color: #FFF;
	font-size: 12px;
	padding: 0 5px 0 5px;
	}
.textBottom{
	font-size: 11px;
	color: #d0d3f0;	
	}
.textBottom a{
	color: #e7b326;
	text-decoration: none;
	font-weight: bold;
	}
.textBottom a:hover{
	color: #d0d3f0;
	text-decoration: none;
	font-weight: bold;	
	}
.flags a{
	color: #d0d3f0;
	text-decoration: none;
	}
.flags a:hover{
	color: #FFF;
	text-decoration: none;
	}

