.basicDialog {
    background: lightgray;
    height: 100%;
    width: 100%;
}

.basicDialog div.title {
    text-align: center;
    height: 10%;
    width: 100%;
}

.basicDialog div.leftcolumn {
    text-align: center;
    height: 90%;
    width: 25%;
    float: left;
}

.basicDialog div.centercolumn {
    text-align: left;
    height: 90%;
    width: 50%;
    float: left;
}

.basicDialog div.rightcolumn {
    text-align: center;
    height: 90%;
    width: 25%;
    float: left;
}