* {
	margin: 0;
	padding: 0;
}

body {
	color:#666666;
	font-family:verdana;
	font-size:12pt;
	padding-bottom:25px;
}

a { color:#AA0000; }

h1 {
	font-size:10pt;
	margin-top:25px;
	margin-bottom:5px;
}

.error {
	margin:25px;
	color:#AA0000;
	text-align: center;
}

/* LogIn */

.login {
	width:500px;
	margin:55px auto;
}

label {
	display:block;
	float:left;
	width:100px;
}

.footer {
	position:fixed;
	bottom:0;
	right:0;
	padding:5px;
	text-align: right;
	background-color: white;
	width:100%;
}


/* Menu */

.menu {
	position:absolute;
	top:0;
	right:25px;
	text-align:left;
	width:250px;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	opacity:0.20;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

.menu_main {
	text-align:right;
	padding:5px;
	width:240px;
	background-color:#CCCCCC;
	position:fixed;
}

.menu_content {
	display:none;
	padding:15px;
}

.menu ul {
	list-style: none;
}

.menu ul li {
	margin-bottom:5px;
}

.menu ul li a {
	text-decoration:none;
}

.menu ul li a:hover {
	text-decoration:underline;
}
