
/* Begin Typography & Colors */
/*##############################*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 17px;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	color: #CCC;
	text-decoration: none;
}
p {
	margin-bottom: 1.1em;
	line-height: 1.6em;
	font-size: 1.2em;
}

h1 {
	color: #CCC;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 1.2em;
}

h2 {
	color: #FFF;
	font-weight: bold;
	line-height: 1.6em;
	font-size: 1.2em;
}

.small {
	margin-bottom: 1.1em;
	line-height: 1.6em;
	font-size: 1em;
}

/* End Typography & Colors */




/* Begin Structure */
/*##############################*/
* { 
	margin: 0px; 
	padding: 0px;
	border: 0px;
}
html, body {
	width: 100%;
	height: 100%;
	background-color: #CCCCCC;
}
#wrapper {
	position: absolute;
	left: 50%;
	width: 600px;
	height: 100%;
	margin-left: -300px;
	background-color: #0d0d0d;
}
#form {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 264px;
	margin-top: -132px;
	margin-left: -150px;
	padding: 10px;
	text-align: center;
}

div.hr {
	height: 1px;
	background: #666;
	margin: 20px 0px 20px 0px;
}
div.hr hr {
	display: none;
}
/* End Structure */




/* Begin Form Elements */
/*##############################*/

.cssform label{
	float: left;
	margin-left: 0px; /*width of left column*/
	width: 70px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.inputText {
	padding: 1px;
	width: 200px;
}

.inputSubmit{
	width: 92px;
	height: 24px;
	background-image: url(../images/submit_login.png);
	cursor: pointer;
}

/* End Form Elements */