* { 
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	color: #595959;
	background-color: #fff;
	background-image: none;
	text-align: center;
	font: normal 12px arial, helvetica, sans-serif;
}
#formWrapper {
	width: 450px;
	margin: 0 auto;
	min-width: inherit;
	padding: 0px 20px 10px 20px;
	text-align: left;
}
#formCasing {
	background: url("/images/login-case.png") no-repeat top left;
	padding: 20px 35px 1px 27px;
	/* Give content layout to fix IE7 bug with 100% width tables  */
	zoom: 1.0;
}
#formFooter {
	background: url("/images/login-footer.png") no-repeat top left;
	height: 18px;
}
#additional {
	width: 500px;
	margin: 100px auto 0 auto;
	text-align:center;
}
form dl {
  	margin: 15px 0;
}
form dt {
  	float: left;
	width: 80px;
	font-size: 14px;
	line-height: 24px;
	color: #a5a5a5;
	padding-top: 5px;
}
form dd {
  	margin: 0 0 10px 90px;
	font-size: 12px;
	line-height: 24px;
	color: #a5a5a5;
	margin-left: 80px;
}
dd span {
	color: #ccc;
}
h1 {
	font-size: 24px;
	margin: 7px 0 8px 0;
	padding: 0 0 12px 0;
	text-align: left;
	line-height: 26px;
	padding: 12px 0 12px 0 !ie;
}
h2 {
	font-size: 14px;
	color: #2ba02c;
}
input.input {
	font-size: 14px;
	padding: 8px 5px;
	font: normal 14px arial, helvetica, sans-serif;
	border: 1px solid #dcdcdc;
	color: #444;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
input.input:focus {
	border: 1px solid #bfbfbf;
	outline: none;
}
input.button {
	padding: 0;
	vertical-align: middle;
}
input#txtUser {
	width: 280px;
}
input#txtPassword {
	width: 280px;
}
input#emailpassword {
	vertical-align: middle;
	margin-right: 5px;
}
input#forgot {
	width: 280px;
}
input.checkbox {
	border: 0;
	padding: 0;
}
p {	
	margin-bottom: 18px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}
p em {
	font-style: italic;
	color: #a1a1a1;
}
p.success {
	color: #12863b;
	padding-bottom: 5px;
}
p.error {
	color: #cc2a2a;
	padding-bottom: 5px;
}
p.extraPad {
	margin-bottom: 30px;
}
.clearButton {
	clear: both; 
	height: 1px;
	text-overflow: none;
}
span.formcancel {
	display: block;
	width: 60px;
	padding-top: 8px;
	float: left;
	color: #999;
}


