#account {
    width:250px;
}

#account p {
    border-top:1px #ccc dashed;
    padding:5px;
    margin:0;
}

#account span {
    display: inline-block;
}

#account .value {
    width:115px;
}

#account .label {
    width: 125px;
}

#account .content {
    font-size:0.8em;
    padding:0;
}

.details, .actions {
    float:left;
}

.details {
    width:300px;
}

.actions {
    width:600px;
    margin-left: 30px;
}

.actions .section {
    clear:both;
    width:500px;
}


.actions .section a {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 2px 4px;
    border: 1px solid #488;
    color: #488;
    font-weight: bold;
    cursor: pointer;
    width: 180px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    display: block;
    float:left;
    margin: 10px 14px 10px 14px;
    padding-left:35px;
}

.actions .section a:hover {
    text-decoration:underline;
    background-color:#488;
    color:#fff;
    border-color: #888;
}

#mHistory {
    background-image: url(/bin/images/icon/action/log.png);
}

#mStats {
    background-image: url(/bin/images/icon/action/stats.png);
}

#mBalance {
    background-image: url(/bin/images/icon/action/balance.png);
}

#mDefinitions {
    background-image: url(/bin/images/icon/action/definitions.png);
}

#mSend {
    background-image: url(/bin/images/icon/action/send.png);
}

#mSendDynamic {
    background-image: url(/bin/images/icon/action/dynamic.png);
}