	body {
		padding: 0px;
		margin: 15px;
		font: 200 11px / 13px arial, helvetica, sans-serif;
	}
	
	div.messagebox {
		background-image: url(images/message_bgrd.jpg);
		width: 517px;
		height: 319px;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.message {
		position: relative;
		top: 180px;
		left: 200px;
		width: 250px;
		height: 100px;
	}
	
	div.login {
		position: absolute;
		bottom: 0px;
	}
	
	p {
		font-size: 11px / 12px;
		padding: 0px;
		margin: 0px;
		color: #0066CC;
	}
	
	p.white {
		color: white;
	}
	
	a.legend {
		color: white;
	}
	
	a img {
		border: 0 none; /* firefox */
	}
	
	.small_caps {
		font-size: 10px;
		font-weight: 100;
		text-transform: uppercase;
		color: white;
	}
	
	.bold{
		font: 800 11px / 13px verdana, sans-serif;
	}