/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
	margin-right:-5%;
	margin-top:-104px;
	position:relative;
	float:right;
	font-size:12px;
}
#loginContainer span {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left: 0;
	z-index: 1
}
/* Login Button */
#loginButton {
	float:right;
	background:url(img/home_sec.png);
	cursor:pointer;
	width:240px;
	height:40px;
	text-decoration:none;
}
/* Login Button Text */
#loginButton span {
	padding-top:7px;
	padding-left:14px;
	font: bold 1.2em sans-serif;
	color:#FFF;
	background:url(img/loginArrow.png) no-repeat 210px 7px;
	display:block
}
/* Login Box */
#loginBox {
	position:absolute;
	top:34px;
	right:0;
	display:none;
	z-index:29;
}
/* If the Login Button has been clicked */    

#loginButton.active span {
	background-position:210px -76px;
}
/* A Line added to overlap the border */
#loginButton.active em {
	position:absolute;
	width:100%;
	height:1px;
	background:#d2e0ea;
	bottom:-1px;
}
/* Login Form */
#loginForm {
	float:right;
	background:url(img/home_sec_drop.png);
	cursor:pointer;
	width:244px;
	height:62px;
	text-decoration:none;
	margin-top:6px;
}
#loginForm fieldset {
	margin:0 0 12px 0;
	display:block;
	border:0;
	padding:0;
}
#body label {
	color:#fff;
	margin:13px 0 0 12px;
	display:block;
	float:left;
	font: normal 1.2em sans-serif;
	line-height: 1.5em;
}
#body label a {
	color:#ADE7F6;
}
#body label a:hover {
	color:#D0D6DA;
}
#loginForm #body fieldset label {
	display:block;
	float:none;
	margin:0 0 6px 0;
}
