#warningContainer {
	margin: 20px auto 0px;
	padding: 0px;
	width: 651px;
	font-family: Arial, Helvetica, sans-serif;
	
	
	text-align: center;
}
#warningButtons {
	height: 236px;
	margin: 0px;
	padding: 211px 0px 0px;
	width: 651px;
}#warningTop {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/warning-box-top.png) no-repeat center top;
	text-align: center;
	margin: 0px;
	padding: 10px;
	height: 60px;
	width: 631px;
	overflow: hidden;
}
#warningMiddle {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background: #d9d8d8 url(images/warning-box-bg.jpg) no-repeat center top;
	text-align: justify;
	padding: 25px 25px 0px;
	margin: 0px;
}
#warningMiddle p {
	padding: 0px;
	margin-top: 0px;
}
#warningMiddle ul {
	width: 530px;
}
#warningMiddle li {
	margin-bottom: 10px;
}
a {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
