div.detailsContainer
{
    position:relative;
    left:0px;
    /*top:33px;*/
    width:506px;
    height:426px;
    overflow-y:auto;
    overflow-x:hidden;
}

/*div.detailsContainer {*/
    /*position: relative;*/
    /*width: 506px;*/
    /*height: 464px;*/
    /*border-right: #383838 1px solid;*/
    /*background-color: #101010;*/
    /*display: none;*/
/*}*/

table.detailsContainer {
    padding-left:3px;
    width: 490px;
}

div.leftContainer {
    position: relative;
    width: 506px;
    height: 464px;
    border-right: #383838 1px solid;
    background-color: #101010;
}

div.rightContainer {
    position: relative;
    width: 427px;
    height: 450px;
    padding: 7px 8px 7px 8px;
    background-color: #101010;
}

div.leftContent {
    display: block;
    position: relative;
    width: 506px;
    height: 464px;
    overflow: auto;
}

div.rightContent {
    position: relative;
    width: 427px;
    height: 450px;
}

table.leftContent {
    width: 470px;
}

table.rightContent {
    width: 427px;
}

table.donate form
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
