/* ----- Structure and Layout ----- */

* { margin: 0; padding: 0; }

body {
	text-align: center;
	background: url('../images/common/bgc.gif') repeat;
	min-width: 600px;
	padding-top: 0px;
	padding-bottom: 25px;
	}

#Wrapper {
	width : 514px;
	text-align : left;
	margin-left : auto;
	margin-right : auto;
	}

#InnerWrapper {
	background: url('../images/login/LoginPage.png') no-repeat;
	width: 514px;
	height: 326px;
	padding-top: 110px;
	margin-top: 50px;
	}

#Content {
	width: 84%;
	height: 95%;
	margin-left:7%;
	margin-right:7%;
	padding-left: 2%;
	}

#Content dt {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 2px;
	}

.login {
	padding-top: 15px;
	height: 75px;
	display: block;
}

.login input {
	float: left; 
	height: 36px;
	margin-right: 175px;
	}

.login input:focus {
	outline: none;
	}

.login a {
	color: #ffffff;
	}

.login a:focus {
	outline: none;
	}

.signup {
	clear: left;
	text-indent: -9999em;
}

.signup a {
	display: block;
	height: 36px;
	width: 238px;
	background: url('../images/login/ButtonSignup.png') no-repeat;
}

.signup a:focus {
	outline: none;
}

.username input,
.password input {
	margin: 0;
	padding: 1px 4px;
	font-size: 16px;
	height: 20px;
	width: 398px;
	}


/* ----- Typography ----- */

body {
	font: small Verdana, Sans-serif;
	line-height: 20px;
	color: #ffffff;
	}

h1 {
	padding-top: 10px;
	font-size: 16px;
}

/* ------ Footer ----- */

#Footer {
	text-align: center;
	clear:both;
	font-size: 11px;
	color: #000000;
	}

/* ----- Links ----- */

#Footer a {
	color: #000000;
	text-decoration: none;
	}

#Footer a:visited {
	color: #000000;
	text-decoration: none;
	}

#Footer a:hover {
	color: #000000;
	text-decoration: underline;
	}
