.dnnFormMessage {
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 10px 10px 40px;
    line-height: 1.4;
    margin: 0.5em 1em;
}

.LabelSection {
    clear:left;
    float:left;
    width:225px;
    margin-bottom:10px;
}

.LabelSection .dnnLabel {
    width: 100%;
}

.ControlSection {
    float:left;
    margin-bottom:10px;
    margin-left:25px;
}

.ControlSection .dnnLabel {
    width: 100%;
}

.ButtonsSection {
    float:left;
    width:100%;
    margin-bottom:10px;
    text-align:center;
}