/* @override 
	http://intellum.com/nicklaus/index
	http://intellum.com/nicklaus/login.css
*/

body {
	width: 800px;
	height: 700px;
	font: 0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #101010;
}
div#wrap {
	background: #1e1e1e;
    margin:0 auto;
    width:800px;
	color: #fefcfc;
	min-height: 700px;
}
div#login {
}
div#login table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

td {
	text-align: center;
}

div#top {
	background: url(./top_bg.jpg) repeat-x;
	text-align: center;
}

div#left {
	width: 300px;
	float: left;
	position: relative;
	left: 30px;
}

div#right {
	width: 425px;
	float: right;
	position: relative;

}
div#center {
	float: left;
	width: 90px;
	position: absolute;
	left: 350px;
}
div#bottom {
	clear: both;
}

table {
	margin-left: auto;
	margin-right: auto;
	text-align:right;
}

div#register table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 50px;

}

div#register td {
	text-align: center;
}
div#register td.form-label {
	text-align: right;
}

h1 {
	text-align: center;
	left: 20px;
	position: relative;
}

.errors {
	text-align: left;
	color: #fb3431;
	font-weight: bold;
	font-variant: small-caps;
	position: relative;
	left: 45px;
}




