/**
 * Copyright (c) 2007 eSolutions Group Ltd.
 * 
 * Author: Timothy Grant Vogelsang <tvogelsang@esolutionsgroup.ca>
 */
body {
	background-color: #fefefe;
}
.Login {
	background: transparent url('/images/login.gif') no-repeat;
	color: #ccc;
	margin: 0 auto;
	position: relative;
	height: 300px;
	width: 500px;
}
.Header {
	font: 16px Tahoma;
	font-weight: bold;
}
.Button {
	border: 1px solid buttonshadow;
}
.Footer {
	color: #999;
	font: 11px Tahoma;
	position: absolute;
	text-align: right;
	top: 235px;
	left: 260px;
}