

a {
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	color: #72a3b2;
}

a:hover {
	border-bottom: none;
}

#wrapper {
    margin: 0 auto;
    width: 346px;
    text-align: center;
    display: block;
}

#logo_promo {
    margin-top: 150px;
    width: 363px;
}

#fader {
    position: relative;
    margin-top: 43px;
    width: 363px;
    height: 30px;
}

.slide {
    position:absolute;
    top: 0px;
    left: 0px;
    width: 363px;
}

#signup-header{
    margin-top:30px;
    width: 363px;
    height: 18px;
    background: url('../images/promo_signup.png') no-repeat 17px 0;
    cursor:pointer;
}
#signup-header:hover{
    background: url('../images/promo_signup.png') no-repeat 17px -18px;
}

#signup-expander{
    width: 13px;
    height: 18px;
    float:left;
    cursor:pointer;
}

#signup-expander.collapsed{
    background: url(../images/promo_signup_expander.png) no-repeat 0 0;
}

#signup-expander.expanded{
    background: url(../images/promo_signup_expander.png) no-repeat 0 -18px;
}

#signup-body{
    font-size:.8em;
    text-align:left;
    padding-top:15px;
}

#signup-body form{
    padding-top:20px;
}

#signup-body span{
    display:inline-block;
    color:#ffffff !important;
}

#signup-body input{
    border:1px solid #333333;
    background:#000000;
    color:#ffffff !important;
    width:100%;
}

#signup-body .submit{
    border:none;
    background:url(../images/promo_submit.png) no-repeat 0 0;
    width:189px;
    height:26px;
    cursor:pointer;
    text-indent:-999px;
}

#signup-body .submit:hover{
    background:url(../images/promo_submit.png) no-repeat 0 -26px;
}

#signup-msg-wrapper {
    text-align:center;
    padding-top:5px;
    color:#72a3b2;
    height:15px;
}

#signup-msg {
    font-size:1.2em;
}

#contact {
    padding: 25px 5px 5px 5px;
    font-size: .8em;
    text-transform: uppercase;
}

#contact a {color: #72a3b2;}

