body {
	background-color : #333;
	margin : 0;
	padding : 0;
	text-align : center;
	color : #fff;
	font-weight : bold;
	font-size : 12px;
	font-family : "Trebuchet Ms", Arial, Sans-serif;
}

form {
	margin : 0;
	padding : 0;
	clear : both;
}

label {
	font-weight : bold;
	margin-right : 32px;
	float : left;
	display : block;
}

input[type="text"],
textarea {
	font-size : 12px;
	line-height : 12px;
	font-family : "Trebuchet Ms", Arial, Sans-serif;
	border : 2px solid #fff;
	background-color : #fff;
	width : 400px;
}

input[type="submit"] {
	border : 2px solid #fff;
	background-color : #fff;
	padding : 4px;
}

textarea {
	height : 200px;
}

	#page {
		width : 910px;
		text-align : left;
		margin : 0 auto;
		margin-top : 8px;
		margin-bottom : 8px;
	}
		
		.group {
			clear : both;
			margin-bottom : 16px;
		}
		
			.group h2 {
				border-bottom : 1px solid #fff;
				margin : 0;
				padding : 0;
				margin-bottom : 8px;
			}
			
			.group a {
				border : 0px none;
			}
			
				.group a img {
					border : 2px solid #fff;
					width : 75px;
					height : 75px;
					margin : 4px;
				}
			
			.paging {
				clear : both;
				margin-top : 8px;
				margin-bottom : 8px;
			}
			
				.paging span.previous {
					float : left;
					width : 49%;
					text-align : left;
				}
				
				.paging span.next {
					float : right;
					width : 49%;
					text-align : right;
				}
	
		#navigation {
			margin-top : 8px;
			margin-bottom : 16px;
			text-align : center;
		}
		
		#header {
			margin-top : 16px;
			margin-bottom : 32px;
			text-align : center;
		}
		
			a.cancel,
			.paging a,
			#navigation a {
				margin-left : 8px;
				margin-right : 8px;
				color : #fff;
				text-decoration : none;
				border-bottom : 1px solid #fff;
			}
			
				.paging a:hover,
				#navigation a:hover {
					text-decoration : none;
					border-bottom : 0px none;
					color : #ccc;
				}
			
			#navigation em {
				margin-left : 8px;
				margin-right : 8px;
				color : #ccc;
			}
				
			.paging a {
				border-bottom : 0px none;
			}
	
	#footer {
		padding-top : 16px;
		text-align : center;
	}
