body {
	background: #123;
	border-top: 5px solid #000;
	color: #333;
	font-size: 12px;
	padding: 20px 0 40px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}

p {
	border: 1px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

input {border:1px solid #ccc;}

.container_12 {
	background: #fff;
	margin-bottom: 20px;
}



#pagelist { margin-top:20px; }
#pagelist li { color:#666; height:60px; border-bottom:1px dotted #ccc; line-height:25px;}
#checkform { background:#ffffcc; border:1px solid #ccc; border-bottom:1px solid #666; height:60px; line-height:60px; text-align:center;}

