.signup
{
    width:956px;
    height:32px;
    overflow:hidden;
     
    margin:0 auto 30px auto; 
    clear:both; 
    padding: 15px 10px;    
    background-color:#e9edf8;
    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    
    border: 1px solid #c9cdce;
    position:relative;
}

.yellow-background
{
    position:absolute; 
    top:-4px; 
    left:-4px;
}

.trial_header 
{
    text-transform:uppercase; 
}

.signup input[type="text"]
{    
    height:26px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-width:2px;
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
}

.signup label 
{
    position:absolute;
    font-size:13px;
    color:#01375d;
}

.fname_label
{
    top:58px; left:410px
}
.email_label
{
    top:58px; left:699px
}
.url_label 
{
    top:109px; left:410px
}
.phone_label
{
    top:109px; left:699px
}

.signup label.msg
{
    color: red;
    width: 265px;
    text-align: right;
}
    

.fname_msg
{
    top:58px; left:410px
}
.email_msg
{
    top:58px; left:699px
}
.url_msg 
{
    top:109px; left:410px
}
.phone_msg
{
    top:109px; left:699px
}

.url
{
    width:256px; top:126px; left: 410px;
}
.phone
{
    width:256px; top:126px; left: 697px;
}

.buttons 
{
    position:absolute;     
    width:121px; 
    height:46px;
}

.blue-button
{
    width:121px; 
    height:46px; 
    background: url(/page/images/getstartedbtn_blue.png) no-repeat; 
    text-indent: -9999px; 
    border:0;
}

.free_pitch 
{
    font-size: 13.8px; color: Black; position: absolute; top: 72px; left: 13px; width:380px;
}
.free_swoosh
{
    display:block; margin-left: 228px; margin-top: 2px; margin-bottom: 18px;
}
.private_note 
{
    font-size:12px; margin-top:20px; color:#005306; width: 250px;
}
.private_subnote 
{
    padding-top:5px;
    display:none;
}
.terms_box
{
    font-size:10px; color:Black; position:absolute; text-align:right; left:400px; top:177px; width:440px;
}
.terms_box a
{
    color: #003663;
    background-color: inherit;
}
.nocard
{
    text-align:right;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3px;
}




/* Collapsed styles */

.signup_collapse .yellow-background 
{
    display:none;
}

.signup_collapse .fname {
    width:190px; 
    top:14px; 
    left: 396px; 
    color:#999;
}

.signup_collapse .email {
    width:190px; 
    top:14px; 
    left: 610px; 
    color:#999;
}

.signup_collapse .trial_header {
    color:#006699; 
    font-size:22px;
}

.signup_collapse .buttons {
    background: url(/page/images/getstartedbtn.png) no-repeat; 
    left: 845px; 
    top:10px
}

.signup_collapse .blue-button 
{
    display:none;
}

/* Expanded styles */


.signup_expanded {
    height: 199px;
}

.signup_expanded .fname {
    left: 410px;
    top:75px;
    width:256px;
    color:#000;
}

.signup_expanded .email {
    left: 697px;
    top: 75px;
    width: 256px;
    color:#000;
}

.signup_expanded .trial_header {
    font-size: 32px;
    color: #01375d;
    text-align:center;
    width: 100%;
    color:Black;
}

.signup_expanded .buttons {
    left: 847px;
    top: 169px;
}
    

