/* @override http://www.dev.creating-possibilities.com/css/popup-styles.css */

* { margin: 0; padding: 0; }
body { font: 62.5% Helvetica, sans-serif; margin:  10px 0px; padding: 0px; text-align: center; }
ul { list-style: none inside; }
p {	font-size: 1.4em;
	color: #363636;
	line-height: 1.4em;
}
a { outline: none; }
a img { border: none; }
table { border-spacing: 0; border-collapse: collapse;}

h1 {
	font-size: 2.4em;
}

/* TOOLBOX CSS */
/* ------------------------------------------ */
.float-l { float: left; }
.float-r { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }

#retailer-wrap {
	width: 400px;
	margin: 0px auto;
	text-align: left;
}

#retailer-wrap h1 {
	color: #71bf44;
	text-align: center;
	padding-bottom: 20px;
}

.download {
	margin: 0 0 20px 70px;
}

#retailer-wrap .download p {
	padding-top: 10px;
	padding-left: 65px;
	margin: 0;
}

#retailer-wrap p {
	margin: 30px 40px 20px 30px;
}

#retailer-wrap ul {
	font-size: 1.3em;
	margin: 0 0 0 30px;
	line-height: 1.4em;
}

li.name, ul a {
	color: #71bf44;
}

/* ------- CONTACT FORM ------------ */
#contact {
	color: #003300;
}

#contact h1 {
	color: white;
	background: url(/images/site/categories/cathead-background.gif) center no-repeat;
	padding: 12px 0;
	margin-bottom: 5px;
	text-align: center;
	
}

.greybox {
	background: #e7e9e6;
	width: 429px;
}

.greybox-top { 
	background: url(/images/site/categories/greybox-top.gif) no-repeat;
	height: 10px;
}

.greybox-bottom {
	height: 10px;
	background: white url(/images/site/categories/greybox-bottom.gif) no-repeat;
}


#contact-wrap {
	width: 430px;
	margin: 0px auto;
	text-align: left;
}

#contact label {
	font-size: 14px;
}

#contact fieldset {
	border: none;
	margin: 2px 0 6px 20px;
}

#contact fieldset p {
	padding: 0px;
	margin: 0px;
}

#contact input, #contact textarea, #contact select {
	width: 380px;
	margin: 4px 0;
	padding: 0px;
}

#contact p {
	margin: 0 0 12px 20px;
}

.disclaimer {
	font-size: 12px;
	width: 380px;
}

#contact textarea {
	height: 100px;
}



#contact .opt-in {
	width: 55px;
}

#contact #submit {
	width: 80px;
	margin: 0 0 0 155px;
}