/********************
	general form styles
*********************/

.form1 { width:250px; margin:0 auto; color:#393939; }
.form1 p:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
.form1 label {
	display:block;
	margin:0 0 5px;
	line-height:20px;
}
.form1 .inTxt {
	float:left;
	width:175px;
	height:18px;
	font-size:14px;
	width:98%;
	background:#f1f1f1;
	border:1px solid #bdbcbd;
	padding:5px 0 5px 5px;
	margin:0 0 15px;
}
.form1 .inTxt:focus { background:#fff; border:1px solid #528c02; }



#newsletterForm { height:550px; }
#newsletterForm .submitLink { display:block; width:53px; height:26px; background:url(../submitbtn.png) left top no-repeat; text-indent:-99999px; outline:none; }
#newsletterForm .submitLink:hover { background-position:left bottom; }


/********************
	general styles
*********************/

#noticeBox { display:none; padding:10px; color:#FFF; }
.errorMsg { background:#e47765; border:2px solid #900; }
.successMsg { background:#528c02; border:2px solid #4f8308; font-size:18px; text-align:center; }

body, html {
	margin: 0;
	padding: 0;
}
.clear {
	font-size: 0;
	padding: 0;
	margin: 0;
	line-height: 0;
	clear: both;
	height: 0;
}

h2 { font-size:20px; color:#060; text-decoration:underline; margin-bottom:30px; }

#page .content {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 20px;
	background: transparent;
}
.big img, .wide img, .box img {
	margin-bottom: 20px;
}
.box img {
	margin-right: 5px;
}
.last img {
	margin-right: 0;
}
#page img {
	border: 0;
}

#footer {
	background: #fff url("//static.fleshlight.com/landing/current-promotions/footer.jpg") center bottom no-repeat;
	text-align: center;
	padding: 0 0 0 0;
	font: normal 8pt arial, sans-serif;
	color: #666;
	height: 195px;
}
#footer p {
	width: 877px;
	margin: 0 auto;
	padding: 45px 0 0 0;
}
#footer a {
	color: #333;
}

