
body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #cccccc  url(../images/cln_bodybg.jpg) no-repeat center top;
	color: #333333;
}

#header-wrapper {
	width: 1024px;
	padding: 0px 0px 0px 0px;
	margin: 38px auto 0px;
}

#content-wrapper {
	width: 300px;
	margin: 110px auto 0;
	background: #fff;
	border: solid 0px #ccc;
	padding: 56px;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
	border-radius: 8px;
	min-height: 25px;
}
.logintext {
	font-family: ClearviewATT, Arial,sans-serif;
	font-weight: normal;
	font-size: 21px;
	color: #0057b8;
	padding: 0 0 0 0;
	margin:  0 0 30px 0;
}
.errmsg {
	font-family: ClearviewATT, Arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	padding: 0 0 0 0;
	margin:  0 0 5px 0;
}	

	
.hidden{display:none}
label{display:block;margin-top:1rem}
input{width:100%;padding:.5rem;margin-top:.25rem}
button{
	font-size: 14px;
    background: none;
    border: none;
    color: #fff;
    font-family: ClearViewATTe, ClearviewATT, Arial, sans-serif;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    position: relative;
    height: 22px;
    line-height: 22px;
    padding-top: 2px;
}
div.btnsubmit:hover {
    background-position: 0 100%;
}
div.btnsubmit:hover span.submit_button_end {
    background-position: 100% 100%;
}