/* CSS Document */

.content {	font-family: arial,helvetica, sans-serif; 
font-size: 11px; 
color: #333333; 
font-weight: bold;
text-decoration: none;
	}	
		 
a.content {	font-family: arial,helvetica, sans-serif; 
		font-size: 11px; 
		color: #DD6B1F; 
		text-decoration:underline;
		font-weight: bold;
		}

a.content:hover{	font-family: arial,helvetica, sans-serif; 
		font-size: 11px; 
		color: #FF3300; 
		text-decoration: underline;
		font-weight: bold;
		background: #FFFF66;
		}

#squeezebox {
	margin:0px; padding:0px;
	position:relative;
	width:190px; height:330px;
	background-image:url(images/optinbox.gif);
}

#button {
	position:absolute;
	top:230px; left:72px;
	width:50px; height:50px;
}

#name { 
	position:absolute;
	font-family:Arial, Helvetica;
	font-size:10pt;
	padding-bottom:0;
	margin:0px;
	padding-top:5px;
	border:none; height:21px; width:130px;
	padding-left:6px;
	padding-right:8px;
	top:157px; left:26px;
	background: transparent url(pixel.gif) no-repeat fixed;
}

#email { 
	position:absolute;
	font-family:Arial, Helvetica;
	font-size:10pt;
	padding-bottom:0;
	margin:0px;
	padding-top:5px;
	border:none; height:21px; width:130px;
	padding-left:6px;
	padding-right:8px;
	top:195px; left:26px;
	background: transparent url(pixel.gif) no-repeat fixed;
}

#optinmsg {
	position:absolute;
	left:11px; top:90px; height:50px; width:165px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt; color:#fff;
}
