﻿#homepage a {
    text-decoration:none;
    outline:none;
}

#homepage, #homepage ul li img, #homepage ul li a img, #homepage ul {
    width: 100%;
}

#homepage ul li {
    width: 100%;
    position: relative;
}

#homepage .email-signup {
    text-align:center;
    font-family: "Arial", sans-serif;
    margin:32px 0px;
}

#homepage .email-signup input {
    border:none;
    border-bottom:1px solid #bebdbe;
    color:#000;
    opacity:.7;
    background-color:#fff;
    outline:none;
    padding-bottom: 4px;
    text-indent: 9px;
    font-size: 13px;
    position: relative;
    top: -1px;
    margin-left: 10px;
    width:220px;
    cursor:pointer;
}

@-moz-document url-prefix() { 
    #homepage .email-signup input {
        z-index:-1;
  }
}

