body {
    margin: 0px;
    padding: 0px;
    font-family: arial;
}

#bg {
    width:1032px;
    height:625px;
    position:relative;
    background-image: url('http://images.stitcher.com/images/v2/bg.png');
    background-repeat: none;
    margin-top:20px;
}

#bg-promo {
    width:1032px;
    height:625px;
    position:relative;
    background-image: url('http://images.stitcher.com/images/v2/bg_promo.png');
    background-repeat: none;
    margin-top:20px;
}

#box-body {
    width:575px;
    height:390px;
    position:absolute;
    top:119px;
    left:390px;
    text-align:left;        
}

.hr-two {
    height:2px; 
    border:0;
    color:#d3d3d3;
    background-color:#d3d3d3;
}

.hr-one {
    height:1px; 
    border:0;
    color:#d3d3d3;
    background-color:#d3d3d3;
}

#submit-button {
    float:left;
    margin-left:10px;
    width:177px;
    height:42px;
    background-image: url('http://images.stitcher.com/images/v2/submit_button.png'); 
    background-position:0px 0px;
    background-repeat: none;
    z-index: 3;
}

.small-text {
    font-weight:normal;
    font-size:9pt;
    color:#666666;
    font-family:helvetica;
}

#apple-logo {
    float:left;
    background-image: url('http://images.stitcher.com/images/v2/apple_logo.png'); 
    background-repeat: none;
    width:37px;
    height:44px;
    margin:0 20px;
}

#palm-logo {
    float:left;
    background-image: url('http://images.stitcher.com/images/v2/palm_logo.png'); 
    background-repeat: none;
    width:44px;
    height:43px;
    margin:0 20px;
    margin-top:3px;
}

#android-logo {
    float:left;
    background-image: url('http://images.stitcher.com/images/v2/android_logo.png'); 
    background-repeat: none;
    width:34px;
    height:42px;
    margin:0 20px;
    margin-top:3px;
}

#blackberry-logo {
    float:left;
    background-image: url('http://images.stitcher.com/images/v2/blackberry_logo.png'); 
    background-repeat: none;
    width:50px;
    height:46px;
    margin:0 20px;
    margin-top:5px;
}

#awards {
    position:absolute;
    left:30px;
    top:580px;
    background-image: url('http://images.stitcher.com/images/v2/awards.png'); 
    background-repeat: none;
    width:269px;
    height:77px;
}

#copyright {
    position:absolute;
    left:395px;
    top:595px;
    color:#999999;
    font-size:8pt;
    font-family:helvetica;
    text-align:left;
}

#copyright a {
    color:#3F80BF;
}

/* tooltip css */
.yui-skin-sam .yui-tt .bd {
    background-color:#ffffff;
    border-color:#dedede #cdcdcd #cdcdcd;
    border-style:solid;
    border-width:2px;
    color:#666666;
    font-size:9pt;
    padding:10px;
}

