@charset "UTF-8";

body {
	background-color:#FFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:13px;
	color:#6b6b6b;
	text-align: justify;
	margin: 0;
}

.header {
	height: auto;
}

.infoLog {
	background-repeat:repeat-y;
	width:auto;
	height:auto;
	background-color:#333333;
	text-align:right;
	font-size:12px;
	color:#808285;
	line-height:30px;
}
.infoLog input[type="submit"] {
	text-decoration: none;
	border:1px solid #808285;
	cursor: pointer;
	background-color:#444444;
	color:#EEEEEE;
	padding:2px;
	font-size:10px;
	line-height:28px;
}
.infoLog input[type="submit"]:hover {
	text-decoration: none;
	border:1px solid #F9A11B;
	cursor: pointer;
	background-color: #444444;
	color: #F9A11B;
	padding:2px;
}

.container {
	margin: 0 auto;
	padding: 20px;
	max-width: 800px;
}
.center {
	text-align: center;
}

.separator {
	border-top: 1px solid #6b6b6b;
	width: 300px;
	max-width: 50%;
}

ul {
	text-align: left;
}

.Top {
	float: right;
}