body {
	background-image: url('../images/dauth.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	margin: 0px 10px 0px 10px;
}
img { border: none; }
div.logo {
	height: 100px;
	position: absolute;
	left: 15px;
	top: 15px;
	vertical-align: middle;
}
div.validations {
	position: fixed;
	bottom: 2px;
	left: 2px;
}
div.copyRight {
	text-align: right;
	position: fixed;
	bottom: 7px;
	right: 7px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
}

/* Error Box CSS */
div.handlerBox {
	position: absolute;
	bottom: 10px;
	width: 15px;
	height: 15px;
	z-index: 100;
}
div.handlerBox span { display: none }
div.handlerBox:hover span { 
	color: black;
	display: inline;
}
div.handlerBox:hover {
	position: absolute;
	bottom: 10px;
	height: 150px;
	width: auto;
	overflow: auto;
	padding: 3px 3px 3px 3px;
}
