/* CSS Document */

/* 	+---------------------------------------------------------------+
	|	Author:		Wayne Eastwood									|
	|																|
	|	Notes:		Please feel free to use all or part of the CSS	|
	|				used in this stylesheet, however, please leave	|
	|				these credits intact on your document			|
	+---------------------------------------------------------------+	*/
	
/* Format the log in form in the document */

div.loginForm {
	position:relative;
	top:34px;
	left:480px;
	width:250px;
	height:80px;
	background:transparent;
}

div.loginForm p span {
	float:right;
	display:block;
	top:0px;
	margin:0px;
	padding:2px;
	text-align:right;
	line-height:12px;
}

div.loginForm p span.formHolder {
	display:none;
	width:190px;
	margin-top:-40px;
	margin-right:5px;
	background:url(../img-bin/formbg.jpg) no-repeat;
	background-position:-100px -100px;
	z-index:2;
}

span input {
	display:inline;
	background:transparent;
	border:1px solid #ada9a3;
	padding:2px;
	margin-left:3px;
	height:12px;
	font-size:12px;
	font-family:Tahoma, Helvetica, Arial;
	color:#787773;
}

p.loginButton:hover {
	background:url(../img-bin/formbg.jpg);
	background-position:0px -4px;
}

p.loginButton:hover span.formHolder {
	display:inline;
}

p.loginButton {
	position:relative;
	top:0px;
	left:-3px;
	padding:3px;
	margin:0px;
	z-index:1;
}

p.logoutButton {
	position:relative;
	top:0px;
	left:-3px;
	padding:3px;
	margin:0px;
	z-index:1;
}

#formButton {
	display:block;
	height:55px;
	background:transparent;
	border:none;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Tahoma, Helvetica, Arial;
	color:#ada9a3;
	cursor:pointer;
}

/* End of stylesheet */