#userinfo {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
}

	#username {
		display: block;
		position: relative;
		top: 0;
		right: 84px;
		background-color: #E7E4EB;
		color: #800000;
		padding: 5px 40px 5px 20px;
		font-weight: bold;
		text-decoration: none;
	}
	
		#username a {
			color: #369;
			text-decoration: underline;
		}

	#loginlink, #reglink, #logoutlink {
		display: block;
		position: absolute;
		top: 0;
		background-color: #E7E4EB;
		color: #369;
		padding: 5px 25px 5px 20px;
		text-decoration: underline;
		font-weight: bold;
	}

		#username a:hover, #loginlink:hover, #reglink:hover, #logoutlink:hover {
			color: #800000;
			text-decoration: none;
		}


	#userinfo #reglink, #userinfo, #logoutlink {
		right: 0px;
	}

	#userinfo #loginlink {
		right: 0px;
	}

#users_form_top {
	padding: 0;
	margin: 0;
	background-image: url(/image/light/order-top.gif);
	background-repeat: no-repeat;
}

#users_form_bottom {
	padding: 10px;
	margin: 0;
	background-image: url(/image/light/order-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}



#users_form {
	position: relative;
	margin: 10px 0 10px 0;
	width: 975px;
	padding: 0;
	background-image: url(/image/light/order-middle.gif);
	background-repeat: repeat-y;
}

	#users_form h2 {
		margin: 0;
		padding: 0 0 20px 0;
		color: #00CEF5;
		font-weight: normal;
	}

	#users_form div.field {
		float: none;
		clear: both;
		height: 100%;
		overflow: hidden;
		padding: 0 0 5px 0;
	}

		#users_form div.field label {
			display: block;
			float: left;
			width: 225px;
			padding: 3px 0 3px 0;
		}

		#users_form div.field input {
			float: left;
			border: 1px solid #888;
			padding: 3px 3px 3px 3px;
			color: #222;
			background-color: #FFF;
		}

		#users_form div.field input.register {
			width: 650px;
		}

		#users_form_submit_button {
			font-size: 12px;
			padding: 3px 10px 3px 10px !important;
			border: 1px solid #FFF !important;
			background-color: #00CEF6 !important;
			color: #FFF !important;
			font-weight: bold;
			cursor: pointer;
		}



