﻿.SectionLine {
    color:gray;
    border-bottom:2px solid #E9E9E9;
}

.AutorizationNote {
    color: #888888;
    font-size: 11px;
    white-space:nowrap;
    font-weight:normal;
}

/** User in the container for checkboxs and radion button **/
.Options {
    padding-top: 10px;
}

/** Align all rows with the same height **/
table.InputTable td {
    padding:5px 0px;
    padding-right: 5px;
    height:30px;
}