/* ############# */
/* ### LOGIN ### */
/* ############# */

#login_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 245px;
	height: 80px;
	padding-bottom: 10px;
}
* html #login_container {
	padding-bottom: 0px;
}

	#login_left {
		width: 80px;
		float: left;
		height: 25px;
		line-height: 20px;
	}
	
	#login_right {
		width: 163px;
		float: right;
		height: 25px;
		line-height: 25px;
	}
	
#login_header {
	width: 100%;
	height: 25px;
	text-align: center;
	background-image: url(images/textheader_bg.gif);
	background-repeat: repeat-x;
}

	#login_header_text {
		padding-top: 7px;
	}

#forgot_password {
	text-align: right;
	margin-top: -28px;
}
*+html #forgot_password {
	margin-top: -24px;
}
