/* footer and 'position:fixed' emulation */

#optincrusher {
position:fixed;
z-index: 1000;
bottom: 0;
padding:0;
width:100%;
left: 0px;
}

#optincrusher h3{ /* a simple little image replacement for the main text and image */
overflow: hidden;
cursor: pointer;
text-indent:-1000em;
margin: 0px 15px 0 5px;
float:left
}

#optincrusher ul{
margin: 2px 0px 0pt 0pt; 
padding: 0pt; 
float: right; 
font-size: small; 
list-style-type: none;
}

#optincrusher ul li a{
color:#000;
}

#optincrusher .pitch{
position: relative; 
z-index: 1002;
text-align: left;
left: 0px;
cursor: pointer;
color: #000;
}

#optincrusher form input {
padding: 0px;
margin: 0px;
}

#optincrusher form.optin {
z-index: 1001;
position: absolute; 
top: 61px; 
left: 140px;
}

#optincrusher .closebutton {
text-decoration: none;
border: 0px;
}

#optincrusher li {
height: 16px;
}