/* Original PBBAcpBox styles */
#PBBAcp-Box {
    padding-bottom: 24px;
    background: url(images/bg-box-bottom.png) bottom left no-repeat !important;
    background: url(images/bg-box-bottom.gif) bottom left no-repeat
    }
#PBBAcp-InBox {
    padding-top: 15px;
    background: url(images/bg-box-top.png) top left no-repeat !important;
    background: url(images/bg-box-top.gif) top left no-repeat
    }
#PBBAcp-BoxContent {
    background: url(images/bg-box-body.png) top left repeat-y !important;
    background: url(images/bg-box-body.gif) top left repeat-y;
    padding: 0 20px 0 20px
    }
#PBBAcp-Box input {
    margin: 10px
    }
#PBBAcp-Box .BoxAlert {
    text-align: center
    }
#PBBAcp-Box .BoxConfirm {
    text-align: center
    }
#PBBAcp-Box .BoxPrompt {
    text-align: left
    }
body {
    font-family: verdana;
    font-size: 1em
    }