.signup-login-container {
    height: 100%;
    background-color: #F2F2F2;
}

.signup-login-header {
    background-color: #489700;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    height: 70px;
    width: 100%;
    padding-top: 29px;
    text-align: center;
    margin-bottom: 1em;
}

.signup-login-content {
    padding-top: 110px;
    /*
    padding-left: 89px;
    padding-right: 89px;
    */
    text-align: center;
}

.signup-login-title {
    font-size: 24px;
    font-weight: bold;
    color: #808080 !important;
    margin-bottom: 0.5em;
}

.signup-login-footer {
    position: absolute;
    bottom: 0px;
    height: 30px;
    font-size: 10px; 
    background-color: #F2F2F2;
    width: 100%; 
}

.signup-login-content input[type=text],
.signup-login-content input[type=email],
.signup-login-content input[type=password] {
    color: #999999;
    padding: 5px;
    border: solid 1px #999999;
    width: 180px;
    float: right;
    margin-bottom: 1em;
    box-shadow: 0 0 4px #bbbbbb inset;
    -moz-box-shadow: 0 0 4px #bbbbbb inset;
    -webkit-box-shadow: 0 0 4px #bbbbbb inset;   
}

.signup-login-left {
    float: left; 
    width: 44%;
    display: inline; 
    padding: 1em; 
    text-align: center;
    height: 200px;
    color: #808080;
}

.signup-login-right {
    border-left: 1px solid lightgray;
    float: right; 
    width: 44%; 
    display: inline; 
    padding: 1em; 
    text-align: center;
    height: 200px;
    color: #808080;
}

p.signup-login-intro {
    font-weight: bold; 
    margin-bottom: 2em;
    height: 3em;
}

.signup-login-content .small-button {
    display: inline-block;
    width:88px;
    height:27px;
    font-size:13px;
    line-height:27px;
    color: #444444;
    font-weight:bold;
    text-align:center;
    text-shadow:1px 1px 0 #fff;
    /*background:url(../images/btn.png) no-repeat 0px -54px ;*/
    text-shadow:1px 1px 0 #fff1a3;
    border: 0px;
}

.signup-login-content .small-button:hover {
    color: #111111;
}

a.signup-login-forgot-password {
    font-size:0.8em; 
    color: #808080; 
}

.login-switch {
    margin-bottom: 0.5em;
    margin-top: 1.8em;
}
.login-switch span {
    color: #808080;
    font-size: 0.8em;
    cursor: pointer;
}