body {

	background: #46617b url(../images/bg.png);
	margin: 0;
	padding: 50px;
	font: 11px Trebuchet MS;
	color: #62798f;

}

input, img {

	border: 0;
	margin: 0;
	padding: 0;

}

#container {

	width: 401px;
	margin: auto;

}

#logo {

	background: url(../images/logo.png);
	width: 263px;
	height: 74px;
	margin-left: 10px;
	margin-top: 80px;

}

#container-top {

	background: url(../images/container-top.png);
	width: 401px;
	height: 57px;
	margin: -35px 0 0 0;

}

#container-mid {

	background: url(../images/container-mid.png);
	width: 394px;
	padding: 0 0 0 7px;
	overflow: hidden;

}

#container-bot {

	background: url(../images/container-bot.png);
	width: 401px;
	height: 4px;
	margin: 0 0 5px 0;

}

#username-input {

	background: url(../images/username-input.png);
	width: 347px;
	height: 72px;
	font: 30px Trebuchet MS;
	color: #fff;
	padding: 0 20px;

}

#password-input {

	background: url(../images/password-input.png);
	width: 347px;
	height: 72px;
	font: 30px Trebuchet MS;
	color: #fff;
	padding: 0 20px;

}

#register-account {

	background: url(../images/register-account.png);
	width: 192px;
	height: 62px;
	float: left;
	cursor: pointer;

}

#log-in {

	background: url(../images/log-in.png);
	width: 381px;
	height: 56px;
	float: left;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 5px;

}

#forget-password {

	background: url(../images/forget-password.png);
	width: 385px;
	height: 63px;
	cursor: pointer;

}

	#register-account:hover, #log-in:hover, #forget-password:hover {

		filter:alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;

	}