#noscript {
    width: 1000px;
    margin: 0 auto 10px auto;
    padding: 5px;
    background-color: red;
    color: yellow;
    text-align: center;
    font-size: 20px;
}
#noscriptp { padding: 0; margin: 0; }
#welcome, #signup, #thanks {
    width: 1000px;
    height: 546px;
    margin: auto;
    position: relative;
    padding: 0;
}
#welcome { background-image: url('images/Main.jpg'); }
#signup { background-image: url('images/SignUp.jpg'); }
#thanks { background-image: url('images/ThankYou.jpg'); }
.tagline { display: none; }
#laptoph, #handheldsh, #signinh { display: none; }
#laptop {
    position: absolute;
    left: 80px;
    top: 385px;
    width: 190px;
    height: 150px;
    color: white;
}
#handhelds {
    position: absolute;
    left: 360px;
    top: 385px;
    width: 190px;
    height: 150px;
    color: white;
}
#signin {
    position: absolute;
    left: 688px;
    top: 175px;
    width: 256px;
    font-size: 14px;
    padding: 15px;
    overflow: hidden;
    background: white;
    border-radius: 20px;
}
#membersrow { color: #8B0; margin: 0; padding: 0; }
#member, #join { margin: 0 0.4em 0 0; padding: 0; vertical-align: text-bottom; }
#join { margin-left: 2em; }
#signintable { margin: 10px 0 0 0; padding: 0; width: 100%; border-collapse: collapse; }
.eprow { margin: 0; padding: 0; }
.epcell { margin: 0; padding: 0 0 2px 0; }
.label { text-align: right; padding-right: 5px; width: 70px; }
#email, #password, #confirm { width: 175px; }
#forgotcell { text-align: right; font-size: 12px; }
#rememberrow { margin: 0; padding: 0; }
#rememberlabel { font-size: 10px; }
#remember { vertical-align: text-bottom; margin: 0; padding: 0; }
#remembersign { width: 100%; margin: 5px 0 0 0; padding: 0; border-collapse: collapse; }
#signincell { text-align: right; }
#address, #creditcard {
    position: absolute;
    top: 130px;
    background: white;
    border-radius: 20px;
    font-size: 14px;
}
#address { left: 20px; width: 500px; }
#creditcard { right: 20px; width: 400px; }
#joinbutton { position: absolute; top: 300px; right: 20px; width: 100px; height: 40px; }
.label2 { text-align: right; padding-right: 5px; width: 100px; }
.addressinput { width: 330px; }
#postalcode { width: 60px; }
#country { width: 30px; }
.signuptable { margin: 15px; padding: 0; }
#cardnumber { width: 240px; }
#joinhelp {
    position: absolute;
    color: white;
    font-size: 16px;
    top: 370px;
    width: 800px;
    left: 100px;
    text-align: center;
}
#thanksmessage {
    position: absolute;
    color: white;
    font-size: 18px;
    top: 130px;
    width: 800px;
    left: 100px;
    text-align: center;
    text-shadow: rgba(0,0,0,0.7) 0 0 5px;
}
