/* ---- ---- CSS File - Extranet Section ---- ---- */

/* ------------------------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------------------------- */

#login {
	height: auto;
	width: 100%;
	top: -30px;
	position: relative;
	z-index: 1;
	text-align: left !important;
}
#login {
	float: left;
	width: 300px;
	height: auto;
	font-family: Arial;
	color: #8f8f80;
	font-size: 9pt;
	line-height: 16px;
	text-align: left;
	font-weight: 100;
	margin: 30px 0px 0px 30px;
}
#login h1 {
	margin: 10px 0px 10px 0px;
	font-family: Din;
	font-size: 12pt;
	color: #F9F9F9;
}
#login p {
	margin: 0px 0px 10px 0px;
}
#details p {
	width: 630px;
	text-align: justify
}
#login label {
	margin: 5px 0px 5px 0px;
	height: 20px;
	font-family: Arial;
	color: #8f8f80;
	font-size: 9pt;
	float: left;
	width: 100px;
	line-height: 20px;
}
#login input {
	width: 150px;
	background: #151515;
	color: #CCCCCC;
	border: 1px solid #666666;
	float: right;
	margin: 5px 0px 5px 0px;
	height: 20px;
}
#buttons input {
	text-align: center;
	float: left;
}
#submit-button {
	width: 80px;
	background: #999999;
	color: #000000;
	margin: 10px;
	border: 1px solid #666666;
	height: 20px;
	cursor: pointer;
	float: left;
}
#buttons input:hover {
	background: #111111;
	color: #FFFFFF;
	border: 1px solid #666666;
}


/* ------------------------------------------------------------------------------------------------- */

#new-staff, #new-user {
	clear: both;
	margin: 0px 0px 10px 30px;
	overflow: hidden;
	height: 30px;
}
#new-staff h1, #new-user h1 {
	cursor: pointer;
}
#new-staff h1:hover, #new-user h1:hover {
	cursor: pointer;
	color: #8F8F80;
}
