.dnnLogViewer, .dnnEditLogTypes{margin:2em auto;}
.dnnlvOptions { float: left; }
.dnnlvOptions > .dnnLabel { display: block; width: auto;margin-left: 10px;margin-top: 5px; }
.dnnlvOptions > .RadComboBox_Default { display: block; width: 150px !important;float: left; }
.dnnlvPageSettings { float: right; margin-right: 15px; }
.dnnlvPageSettings > .dnnLabel { display: block; width: auto; margin-top: 5px; }
.dnnlvPageSettings > .RadComboBox_Default { display: block; width: 80px !important;float: left; }

.roundedCorners {
    padding:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.multipurpose-bar { /* use it in combination with .roundedCorners for best effect [AS] */
    background-color:#F5F5F5;
}


.separator {
    min-height:25px;
}

/*
.table {
     max-width:300px;
}
.table-row { clear: left; padding: 6px; line-height: 1.4em; vertical-align:middle}
.table-row label { float: left; width: 10em;  line-height: 1.4em; vertical-align:middle}
.table-row field { margin-left: 10em; line-height: 1.4em; vertical-align:middle }
*/