/* Web 2.0 Report
/* - - - - - - - - - - - - - - - - - - - - */
/*
	-> Default
	-> Typography
	-> Structure
*/

/* Default */
/* - - - - - - - - - - - - - - - - - - - - */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/background.jpg) repeat-x top #cfe1ed;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography */
/* - - - - - - - - - - - - - - - - - - - - */
p {
	padding: 10px 20px;
	font-size: 12px;
	line-height: 1.5em;
	color: #586c78;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
h2 {
	padding: 15px 20px;
	font-size: 24px;
	line-height: 1.5em;
	text-align: center;
	color: #222;
	letter-spacing: -1px;
	padding-bottom: 0;
	font-family: Tahoma, Arial, sans-serif;
}
h3 {
	padding: 5px 20px;
	font-size: 17px;
	line-height: 1.5em;
	text-align: center;
	color: #002c55;
	font-family: Tahoma, Arial, sans-serif;
}
strong.red {
	color: #ed1313;
}

/* Structure */
/* - - - - - - - - - - - - - - - - - - - - */
#wrapper {
	width: 728px;
	margin: 0 auto;
	text-align: left;
	padding-top: 2px;
}
#header {
	width: 728px;
	height: 388px;
	margin-left: 2px;
	background: url(../images/header.jpg) no-repeat bottom;
}
#opt-in {
	width: 599px;
	height: 196px;
	background: url(../images/opt-in.jpg) no-repeat left top;
	display: block;
	margin: 0 auto;
	padding-top: 80px;
	padding-left: 15px;
}
	#opt-in form fieldset {
		float: left;
		width: 279px;
		border: none;
	}
	#opt-in form fieldset strong {
		font-size: 17px;
		font-weight: bold;
		display: block;
		color: #6190b0;
		padding: 5px;
	}
	#opt-in form em {
		font-size: 11px;
		font-style: normal;
		display: block;
		color: #6190b0;
		text-align: center;
	}
	#opt-in form fieldset input[type=text] {
		width: 279px;
		height: 44px;
		background: url(../images/input.jpg) no-repeat;
		display: block;
		padding: 10px;
		padding-left: 10px;
		border: none;
		font-size: 16px;
		color: #555;
		font-weight: bold;
	}
	#opt-in form input[type=image] {
		display: block;
		margin: 0 auto;
	}
#monetizedesign {
	width: 599px;
	height: 146px;
	background: url(../images/monetizedesign.jpg) no-repeat;
	display: block;
	text-indent: -999999px;
	margin: 0 auto;
}