/* -----------------------
 * Login Page CSS
 * -----------------------
 */
body.loginbody {
    text-align: center;
	padding-top: 100px;
	background-color: #ECECEC;
	background-repeat: repeat-x;
}

div.loginbox{
	width: 420px;
	margin: 0px auto;
	border-left: 1px solid #908C89;
	border-right: 1px solid #908C89;
	padding:10px;
}

.bottomline{
    font-size:10px;
    color:#ECECEC;
    padding-top:10px;
    padding-bottom:10px;
    margin: 0px 10px;
}

div#loginformwrap{
	background-color: #DDDDDD;
	color:#404040;	
	border-left: 1px solid #908C89;
	border-right: 1px solid #908C89;
}

div.line{
    margin-top:0px;
    margin-bottom:0px;
    border-bottom:2px #D0D0D0 solid;
    width:400px;
    margin-left: auto;
    margin-right: auto;
}

body.loginbody .bodywrap {
	width: 386px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}


div.underlined {
    border-bottom:2px #D0D0D0 solid;
}

div.formfield {
    padding: 5px;
    text-align:right;
    padding-right:100px;
    margin:0px;
}

.loginbody div.validationerror,
.loginbody div.validationerror ul{
    text-align:center;
}

label {
    width: 80px;
    clear:none;
    text-align: right;
}

#loginform input.textinput {
	width: 150px;
	height: 22px;
	border: 1px solid #AAA;
}

.formtop,
.formbottom {
	padding: 5px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #A9A9A9;
	border-top: 1px solid #A9A9A9;
}

.formtop {
    font-weight:bold;
}

.loginbox .validationerror li {
	list-style-type:none;
}
