/*STRUCTURE*/

	body { color: #666; font-family:Arial, Helvetica, sans-serif;  }
	#wrapper { background: #fff url('img/channel.png') no-repeat top right; margin:0 auto; width:960px; }
	#message { position:relative; top:45px; }
	#mailing-list { position:relative; top: 120px;}

/*FONTS*/

	h1, h2 { text-indent: -9999px; width: 562px; }
	h1 { background: url("img/channel_primary_message.png"); height: 188px;  }
	h2 { background: url("img/channel_secondary_message.png"); height: 61px; }
	p { color: #fff; background-color: #666; padding: 10px; max-width: 520px; margin-left: 20px; font-size: 14px; font-style: normal; font-weight: normal; text-transform: uppercase; letter-spacing: normal; line-height: 1.5em; }

/*LINKS*/

	a:link, a:visited { color: #fff; font-weight:bold; text-decoration:none;}
	a:hover, a:active { color: #fff; font-weight:bold; text-decoration:underline; }
	a { outline: none; }
	
/*FORM*/

	.submit-button input { background:url("img/button.png") no-repeat; cursor:pointer; width: 104px; height: 79px; border: none;  text-indent:-9999px;  }
	.submit-button input:hover { background-position: 0 -79px; }
	input#email-field { background:url("img/field.png") no-repeat; border: none; color: #666; font: normal 16px/16px "Arial", Helvetica, serif; height:21px; margin:0; padding: 10px 20px;   width: 399px; }
	fieldset { border:none; }
	

