/*
	Taco John's Maniacs, Stylesheet for mobile media (webkit-based browsers)
	Last Updated: 29 June 2008
*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#noflash * {
	margin: 0;
	padding: 0;
	}
#noflash {
	background: #abaa7e url(../images/bg-mobile.jpg) top left repeat-x;
	width: 580px;
	margin: 40px auto 0 auto;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#noflash h1 {
	text-indent: -9999px;
	float: left;
	margin: 0;
	height: 145px;
	width: 580px;
	background: url(../images/header.gif) top left no-repeat;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#noflash #content {
	float: left;
	background: #ae3312;
	text-align: center;
	}
#noflash h2 {
	text-indent: -9999px;
	margin: 0 0 0 120px;
	float: left;
	height: 110px;
	width: 339px;
	background: url(../images/signup.jpg) top left no-repeat;
	}
#noflash h3 {
	text-indent: -9999px;
	margin: 0 0 0 45px;
	float: left;
	height: 42px;
	width: 490px;
	background: url(../images/description.jpg) top left no-repeat;
	}
#noflash p {
	float: left;
	clear: both;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
	#noflash p.offer { font-style: italic; font-size: 11px; margin: 0 0 10px 15px; }

	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#noflash #signup {
	clear: both;
	float: left;
	margin: 20px 0 10px 15px;
	padding: 17px 0 0 0;
	width: 551px;
	background: url(../images/fieldset-top.jpg) top left no-repeat;
	}
#noflash form {
	float: left;
	width: 551px;
	background: url(../images/fieldset-middle.jpg) top left repeat-y;
	}
#noflash fieldset { 
	padding: 0 0 20px 0;
	border: none;
	background: url(../images/fieldset-bottom.jpg) bottom left no-repeat;
	}
#noflash fieldset p {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 5px 0 0 130px;
	}
#noflash fieldset label { 
	float: left;
	width: 120px;
	}
	#noflash fieldset label.checkbox { float: none; }

#noflash input.submit {
	margin: 10px 0 0 85px;
	}
	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#noflash #footer {
	height: 44px;
	width: 580px;
	float: left;
	background: url(../images/footer.gif) top left no-repeat;
	}
#noflash #footer p {
	margin: 15px 0 0 5px;
	font-size: 11px;
	color: #ccc;
	}
#noflash #footer a {
	color: #ccc;
	}