div.accounts {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
}

table.account_prices {
    background: url(/img/bg_600.png) repeat-x;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*width: 60%;*/
}

table.account_prices td {
    width: 200px;
}

table.account_prices td.inactive {
    color: #999999;
}

table.account_prices tr.first td{
    border: 1px;
    border-bottom: 0px;
    border-style: solid;
    border-color: #2688B4;
    vertical-align: top;
}

table.account_prices tr.last td{
    border: 1px;
    border-top: 0px;
    border-style: solid;
    border-color: #2688B4;
    padding-bottom: 10px;
}

table.account_prices ul, table.account_prices li {
    list-style: none;
}

div.account_questions {
    margin: auto;
    width: 70%;
}

div.questions_left {
    float: left;
    max-width: 45%;
    text-align: left;
}

div.questions_right {
    float: right;
    max-width: 45%;
    text-align: left;
}
