html, body{
	background-color: #FFFFFF;
	font-family: Arial;
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-size: 12px;
}

#logo{
	font-size: 10px;
	letter-spacing: -1px;
	color: #A1A1A1;
	background-image: url(easy_n_easily_logo.gif);
	background-repeat: no-repeat;
	width: 97px;
	height: 54px;
	padding-top: 27px;
	padding-left: 40px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
}

#logo:hover{
	text-decoration: underline;
}

#switcher{
	list-style: none;
	padding: 0px;
	margin: 21px 0px 0px 0px;
}

#switcher li a{
	background-image: url(passive.jpg);
	width: 176px;
	height: 28px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #333333;
	margin-top: 1px;
	padding-top: 12px;
}

#switcher li a:hover{
	text-decoration: underline;
}

.active{
	background-image: url(active.jpg) !important;
}

.passive{
	background-image: url(passive.jpg) !important;
}

#login{
	width: 444px;
	height: 203px;
	top: 20%;
	left: 30%;
	position: absolute;
}

#left{
	float: left;
	width: 176px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#right{
	width: 268px;
	height: 194px;
	float: right;
	background-image: url(shadow2.gif);
}

#shadow{
	width: 267px;
	height: 194px;
	float: left;
	background-image: url(shadow1.gif);
}

#shadow form{
	margin: 1px 0px 0px 0px;
	background-color: #F0F0F0;
	padding: 0px;
	width: 267px;
	height: 192px;
	float: left;
	position: relative;
}

#shadow #text{
	margin: 0px 0px 0px 0px;
	background-color: #F0F0F0;
	padding: 10px;
	width: 247px;
	height: 139px;
	float: left;
	position: relative;
}

h2{
	margin: 0px;
	padding: 10px;
	font-size: 11px;
	background-color: #E6E6E6;
	color: #404040;
}

.text{
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	font-family: Arial;
	font-size: 11px;
	padding: 3px;
	background-color: #FFFFFF;
	margin-left: 10px;
	width: 230px;
}

input.button{
	background-color: #0081C6;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	padding: 2px 5px 2px 5px;
	margin-top: 15px;
	border: 0px none;
	font-family: Arial;
	font-size: 11px;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 25px;
}

form strong{
	display: block;
	padding: 10px;
	font-size: 11px;
	color: #5A5A5A;
}

#door{
	position: absolute;
	bottom: -10px;
	right: 10px;
}