html,body {
height: 100%;
width:100%; 
}


BODY {
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
}
A {
	
}
A.delete:hover {

}

#login {
	WIDTH: 360px;
	POSITION: absolute;
	background-color: #E5E5E5;
	left: 50%;
	top: 50%;
	margin-left: -180px;
	margin-top: -100px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
}
#login FORM {
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 40px;

}
.msg_error {
	margin-bottom: 25px;
	font-size: 0.8em;
	color: #FF0000;
	
}
.top {
	font-size: 0.75em;
	color: #999999;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E5E5E5;

	
}
TABLE.login {
	
}
TABLE.login TD{
	padding-bottom: 20px;
	
}
TABLE.login TD.label{
	padding-right: 10px;
	font-size: 0.8em;

	
}
TABLE.login .input{
	border: 1px solid #999999;
	font-size: 0.9em;
	padding: 2px;
	width: 99%;
	
}
TABLE.login .button{
	border: 1px solid #bbbbbb;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	cursor: pointer;
	cursor: hand;
	background-color: #f9f9f9;
	font-size: 0.8em;
}
.hFooter { 
	height: 50px; 
}
#footer {
	font-size: 0.75em;
	text-align: center;
	height: 50px;
	margin-top: -50px;
	padding-top: 1px;
	
}
#footer .fcontainer {
	padding-top: 18px;
	color: #999999;

	
}
#footer .fcontainer a {
	color: #999999;

	
}
#layout {
	min-height: 100%; 
	height:auto !important;
	height:100%;
}
