/* Web-content */
.diysdk_productsAndDocuments_payPal.web_view.webcomponent .clear     { clear: both;}
.diysdk_productsAndDocuments_payPal.web_view.webcomponent .fleft     { float: left; }
.diysdk_productsAndDocuments_payPal.web_view.webcomponent .ccLogo    { margin: 0 auto; padding: 5px 0 0; }
.diysdk_productsAndDocuments_payPal.web_view.webcomponent .txtCenter { text-align: center; }
.diysdk_productsAndDocuments_payPal.web_view.webcomponent button.paypalButton {
    background: url("../images/button_left_corner.png") no-repeat scroll left center transparent;
    border: 0 none;
    cursor: pointer;
    float: none;
    margin: 0 -3px 0 0;
    overflow: visible;
    padding: 0 0 0 14px;
    width: auto;
}
.diysdk_productsAndDocuments_payPal.web_view.webcomponent button.paypalButton span {
    background: url("../images/button_right_corner.png") no-repeat scroll right 0 transparent;
    color: #FFFFFF;
    float: left;
    height: 27px;
    line-height: 27px;
    margin-left: -3px;
    padding: 0 15px 0 0;
    text-align: center;
    white-space: nowrap;
}
.diysdk_productsAndDocuments_payPal.web_view.webcomponent button.paypalButton span span {
    background: url("../images/button_midd_bg.png") repeat-x scroll right 0 transparent;
    color: #003366;
    float: left;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin-left: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}