html, body
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

#wrapper
{
	width:100%;
	height:100%;
	text-align:center;
        outline:none;
}

#message_box
{
	color:#333333;
	width:700px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

#message_box a
{
	color:#7e032f;
}

.bold
{
	color:#7e032f;
	font-weight:bold;
	font-size:14px;
}
