body {
	padding:0;
	margin:0;
	background: #161719;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	text-align: center;
	text-transform: uppercase;
}


#response_wrapper, #main_wrapper {
	margin: 0 auto;
	width: 900px;
}
.pagination {
	width: 100%;
}
.pagination span {
	font-weight: bold;
}
a,a:link, a:active, a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a:hover {
	text-decoration: underline;
}

#responses {
	margin: 0 auto;
	text-align: center;
}

#responses table {
}

.bold {
	font-weight: bold;
}

#content {
	margin: 0 auto;
	width: 800px;
	padding-bottom: 30px;
}

#header {
	width: 800px;
	height: 315px;
	/*background: #1D1916 url(../images/header_logo_s.jpg) no-repeat center;*/
	background: #161719 url(../images/cobalt_rip.jpg) no-repeat center;
	margin-bottom: 20px;
}

#errors {
	background: red;
	margin: 5px 0 5px 0;
}
#errors ul {
	padding-bottom: 10px;
}

/*
#errors li {
	height: 30px;
	line-height: 20px;
}
*/
#error_header {
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}
fieldset, legend {
	background: #333;
}

legend {
	
}

#thanks {
	background: green;
	padding: 5px 0 5px 0;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.imgcenter {
	text-align: center;
	margin: 2px;
}

