/**
* Login Settings Overwrite default.css
*/
#wrap {margin-top: 100px;}

body {background: #c0c0c0 url(../images/bg-login.gif) repeat-x;}
#content {
	background: url(../images/login-bg.png) repeat-y;
	margin: 0 auto;
	padding: 20px;
	width: 500px;
	min-height: 100px;
}

#lbottom, #ltop {
	height: 16px;
	width: 540px;
	margin: 0 auto;
}

#lbottom {
	background: url(../images/login-bg-bottom.png) no-repeat;
}

#ltop {
	background: url(../images/login-bg-top.png) no-repeat; 
	height: 35px; 
	padding: 20px 0 0 0; 
	text-indent: 30px;
}

#site-logo {
	margin: 45px auto -45px auto;
	width: 800px;
	text-align: center;
}

fieldset {
	width: 477px;
	min-width: 477px;
	border: none;
}

.status {
	margin-top: 2px;
}

#loginLinks {
	text-align: center;
	color: #fff;
	width: 540px;
	margin: 0 auto;
}

#loginLinks a {
	color: #fff;
	padding: 5px 15px;
	text-decoration: none;
}
#loginLinks a:hover {
	color: #313131;
	text-decoration: underline;
}
