@import "eshop_base.css";
#content { max-width: 1200px; }

#btnSignup { padding: 5px; background-color: #ECF9C0; color: #666666;
    font-size: 1.2em; font-weight: bold; border-color: #E0E0E0; 
    border-width: 1px; border-style: solid; border-radius: 6px;
    -moz-border-radius: 6px; -webkit-border-radius: 6px;
    width: 100% }
#btnSignup:hover { background-color: #DAFF70; color: #35008F }
