/* CSS Document */
/* 
Title:     DE systems Filemanager Style Sheet
Author:    rgord@desystems.com
Version:   0.3
Created:   June 10, 2008
Updated:   April 27, 2011
Change Log:
	- 0.3
		- Updated format and layout
*/

/**************************
 basic styles
**************************/

/**************************
 Page Information
**************************/
#loginForm {
	background: #fff url("../../image/login-background.gif") left top no-repeat;
	width: 580px;
	margin: 0 auto;
	height: 525px;
	padding-top: 1em;
	position: relative;
	border: 1px solid #aaa;
}
#loginForm h1 {
	font-size: 125%;
	margin-left: 1em;
	color: white;
}
#loginForm table {
	position: absolute;
	left: 15px;
	top: 220px;
	background: white;
}
td.button {
	width: 10em;
}
div.white {
	background: white;
	position: absolute;
	bottom: 0px;
	_bottom: -1px;
	height: 154px;
	margin: 0 2em;
}
#loginButton {
	background: url("../../image/login-button.gif") left top no-repeat;
	text-indent: 999em;
	border: none;
	overflow: hidden;
	width: 94px;
	height: 26px;
	display: block;
	margin: 0 auto;
}
#loginButton:hover, #loginButton:active{
	background-position: bottom left;
	cursor: pointer;
	border: none;
}
#adminTag {
	display: block;
	position: absolute;
	bottom: 0.5em;
	right: 1em;
	color: black;
}
/**************************
 Header Information
**************************/
/**************************
 Content
**************************/
/* basics */
/* menu */
/**************************
 Footer
**************************/
