html, body, div {font: normal 12px verdana, arial, georgia, serif; color: #000;}

body {background: #616760; margin: 0; padding: 0;}

/* -------------------- IDs ---------------------------*/
 
#page {width: 405px; margin: 0 auto; position: relative;}
 
#message {
	width: 405px; position: absolute;
	top: 10px; left: 0px;
	padding: 5px 0 0 5px;
	}

#error {
	width: 405px; position: absolute;
	top: 256px; left: 0px;
	}

#error ul {
	list-style-type: none;
	padding: 5px 0; margin: 0 auto;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #C1CDC0;
	white-space: nowrap;
	}

#error li {
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom:0px;
	background-image: url(img/bullet4.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	display: inline;
	}

#error li a, 
#error li a:link, 
#error li a:active,
#error li a:visited {
	color: #C1CDC0; 
	text-decoration: none; 
	border-bottom: 1px solid #D1DAD0;
	}

#error li a:hover {
	color: #FFF; 
	text-decoration: none; 
	border-bottom: 1px solid #C1CDC0;
	}