.get_token {
    width: 912px;    
}

#get_token_content {
    height: 291px;
    background: #FFFFFF url('../images/get_token_background.png') no-repeat top right;
}

#ebay_iframe_container {
    width: 100%;
    height: 300px;
    display: none;
    padding: 0px;
}

#get_token_content p {
    width: 650px;
    font-size: 14px;
    margin:17px 0 11px;
    padding: 0;
}

div.button.right {
    float: right !important;
}


#get_token_content div.token_steps {
    width: 100%;
    height: 168px;
}

#get_token_content div.token_steps div.token_step {
    background:url("../images/get_token_point.png") no-repeat scroll left center transparent;
    float:left;
    font-size:12px;
    height:40px;
    padding:13px 0 0 54px;
    margin:0px 0px 0px 10px;    
    position:relative;
    width:475px;
}

#ebay_iframe_container iframe {
    border: none;
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
}