﻿/*
Classes are preceeded by "l_" to avoid
conflicts with classes from other css files.
The "l_" stands for "login"
*/ 
#l_control {
	position: absolute;
	width: 414px;
	height: 71px;
	left: 528px;
	top: 150px;
	background-color: #e5e8dd;
}
#l_email_address {
	position: absolute;
	width: 280px;
	height: 30px;
	z-index: 1;
	left: 20px;
	top: 8px;
}
#l_btn_login {
	position: absolute;
	width: 82px;
	height: 27;
	z-index: 2;
	left: 290px;
	top: 8px;
}
