/* CSS Document
Dualtone Music Group
Report Spam CSS
© 2007 Dualtone Music Group
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Written 11/8/07 10:47AM
Updated 11/8/07 10:47AM
Validated 11/8/07 10:47AM */	

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size and font-weight for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

/* Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}

body, html {
	background: #000;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	}
	
div#wrapperdiv {
	width: 750px;
	height: 510px;
	margin: auto;
	background: url(../dennenactaf/images/spamback.jpg) top left no-repeat;
	}
	
div#contentdiv {
	width: 380px;
	padding: 90px 50px 0 320px;
	font-size: 80%;
	}
	
div#contentdiv p {
	text-align: left;
	padding: 0 0 10px 0;
	}
	
div#contentdiv p span.thename {
	font-weight: bold;
	}
	
p.thankyoutop {
	text-align: center;
	font-size: 90%;
	color:#faee86;
	padding: 30px 0 20px 0;
	}
	
p.thankyoubottom {
	text-align: center;
	font-size: 90%;
	color:#faee86;
	padding: 0 0 100px 0;
	}
	
div#contentdiv p a {
	color:#000;
	text-decoration: underline;
	}
	
div#contentdiv p a:hover {
	color:#ff0000;
	text-decoration: underline;
	}
	
p.error {
	text-align: center;
	font-size: 90%;
	color:#f00;
	}
	
p.errorplease {
	text-align: center;
	font-size: 90%;
	color:#f00;
	padding: 0 0 20px 0;
	}
