#obox_background { background-color: #999999; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: none; }
#obox { 
    height: 106px; 
    width: 400px; 
    display: none; 
    background-color: #F4F4F4; 
    padding: 10px;
}

#obox h1#obox_title {
    font-size: 16px;
    color: #333333;
}
#obox_Submit{
    float:right;
}
#obox_Cancel{
    float:right;
}
#obox p#obox_body {
    font-size: 12px;
    color: #333333;
}

#obox div #obox_buttons
{
    margin-top: 30px;
    color:#f4f4f4;
    text-align: right;
    float:right;
}