/* 
    Document   : mailingListSignup
    Created on : May 26, 2011, 9:38:30 PM
    Author     : Zac Ball
    Email      | zacball29@yahoo.com
    Description:
        Defines styles for email list sign up form and ajax responses.
*/


#stayConnected{font-family:'Rokkitt', Helvetica, Arial; padding:20px; margin-bottom:20px; width:940px;}
#stayConnected h3{font-size:80px; color:#ffeace; width:346px; height:56px; text-indent: -9999px; background:url(../images/sitewide/stayConnectedHeader.jpg) no-repeat;}
#stayConnected p{color:#ffe0b6; font-size:23px;}
#stayConnected p#underHeader{margin-bottom:15px;}

.stayBlock{width:330px; float:left; padding:3px; position:relative;}
#stayConnected #middle{margin-left:30px; width:200px; margin-right:30px;}
    #stayConnected #middle img{position:relative; top:30px; left:20px; }
#stayConnected .stayBlock p{color:#ffeace; font-size:30px; margin-bottom:3px;}
#stayConnected .stayBlock p.right{float:right;}

.stayBlock form input[type=text]{padding:3px; border:none; font-family:'Rokkitt'; font-size:20px; width:290px; background:#ededed; margin-top:3px; margin-bottom:3px;}
.stayBlock form input[type=submit]{background:#0bacff; border:0; padding:3px 30px 3px 30px; font-family:'Rokkitt'; font-size:20px; margin-top:5px; font-weight:bold;}
    .stayBlock form input[type=submit]:hover{background:#98dcff; cursor:pointer;}

    #fb{background:white; height:58px; overflow:hidden; width:270px; float:right;}

    #stayConnected p.success{margin:0 auto; padding:3px; font-size:18px; background:#91ff91; border:1px solid #68e068; margin-top:10px; width:920px; color:black;}
    #stayConnected p.error{margin:0 auto; padding:3px; font-size:18px; background:#ffc0ba; border:1px solid #ce7f77; margin-top:10px; width:920px; color:black;}

