@charset "utf-8";
/* CSS Document */

/* HTML, BODY*/
html,body{
	margin:0;
	border:none;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

/* DIV */
div#content{
	margin:0 auto;
	min-width:800px;
	max-width:1024px;
}

div#login{
	background-color:#131010;
}

div#usermenu{
	font-size:10px;
	color:#069;
	width:100%;
}

div#loading{
	width:100px;
}

/* TABLE */
table#menutable{
	width:100%;
}

table#logintable, table#registertable, table#passwordtable{
	background-color:#131010;
	width:100%;
	color:#FFF;
	font-size:14px;
}

table#registertable{
	padding:20px 10px;
}