body {
	background:#fff url("../img/bg.jpg") repeat-x scroll top left;
	font:normal 10pt Helvetica,Arial,sans-serif;
	color:#999;
}

a {
	color:#45b1b4;
}

a:hover,
a:active {
}

a:visited {
}

#login {
	background:transparent url("../img/box.png") no-repeat scroll top left;
	height:300px;
	width:472px;
	padding:30px;
	margin:100px auto 0;
}

#login #title {
	background:transparent url("../img/logo.png") no-repeat scroll top left;
	height:64px;
	width:210px;
	text-indent:-999.99em;
}

#login form {
	position:relative;
}

#login form div.row {
	margin-bottom:10px;
	padding:0 15px;
}

#login form div.row img {
	vertical-align:middle;
}

#login form div.row label {
	display:block;
	float:left;
	width:30%;
	clear:left;
}

#login form div.row input {
	background:transparent url("../img/input.png") no-repeat scroll top left;
	border:0;
	height:23px;
	width:259px;
	padding:4px 5px 0;
	color:#666;
}
#login form p {
	margin:21px 15px;
	font-size: 12px;
}
#login form input {
}

#login form label {
}

#login form #submit {
	background:transparent url(../img/btn-login.png) no-repeat scroll left top;
border:0 none;
bottom:0;
cursor:pointer;
height:52px;
position:absolute;
right:0;
text-indent:-999.99em;
width:74px;
}

#footer {
	background:transparent url("../img/footer.png") no-repeat scroll bottom center;
	position:fixed;
	bottom:0;
	height:284px;
	width:1920px;
	z-index:-1;
}

