﻿/* catfish and 'position:fixed' emulation */
/* Based on http://www.sitepoint.com/the-catfish-part-1/ */

.newsletterslider {
position:fixed;
bottom: 0;
background:transparent url(../images/newslettersliderbg.png) repeat-x left bottom;
padding:0;
height: 79px;  /* includes transparent part */ 
margin: 0;
margin-bottom: -79px;
width:100%;
color:#fff;
}
/*
html {
padding:0 0 58px 0;
}
*/

#newsletter-icon, #newsletter-form{float:left; margin-left:10px;}
#newsletter-form{padding-top:25px;}
#newsletter-form a{color:#fff; font-weight:bold; text-decoration:none;}
#newsletter-form a:hover{color:#fff; font-weight:bold; text-decoration:none;}
#newsletter-form .newsletterTextbox{
    float:none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border:none;
    padding:5px;
    color: #868686; width: 200px;
    margin-left:10px;
}
#newsletter-form .newsletterButton{
    display:inline;
    float:none;

    width:106px;
    height:26px;
    padding-left:5px;
}        

.newsletterButtonClose   
{
    width:72px;
    height:27px;
    padding:33px 10px 0 0;
}         

.newsletterButtonSocial  
{
    width:42px;
    height:45px;

}
.firstSocial   
{
    margin-left:100px;
}               