body {
	font-family: "Verdana", Arial, sans-serif;
	color: #ccc;
	font-size: 12px;
	background-color: #000;
	background-image: url(/images/bodyBackground.png);
	background-position: top left;
	background-repeat: repeat;
}

* {
	padding: 0;
	margin: 0;
}

div#outline {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#login { 
	width: 561px;
	margin-top: 175px; 
	margin-left: auto;
	margin-right: auto;
}

div#loginDetails { 
	width: 250px;
	height: 190px;
	border-right: 1px dashed #333;
	padding-right: 30px;
	float: left; 
}

div#loginHelp { 
	width: 250px;
	padding-top: 20px;
	margin-left: 30px;
	float: left; 
}

div#footer {
	width: 960px;
	height: 40px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	text-align: center;
}

h1 { font-size: 18px; }

td.title {
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}

p {
	margin-bottom: 12px;
	line-height: 1.3;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover { color: #666; }

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.centered { text-align:center; }

.reqd { 
	color: #f47521; 
	font-size: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.clearfix { height: 1%; }
/* End hide from IE-mac */

.clearfix { display: block; }
/* End hide from IE-mac */
