#content .content {
padding: 10px;
overflow: auto;
margin-bottom: 20px;
border: 1px solid #EEEEEE;
}

#content h2 {
color: #000000;
font-size: 16px;
margin-top: 0px;
margin-bottom: 5px;
}

tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}

table.radios {
 
border-collapse: collapse;
}

table.radios tr td:first-child input {
margin-top: 1px;
}


table.radios tr.highlight:hover td {
background: #F1FFDD;
cursor: pointer;
}

table.radios td {
padding: 5px;
}

table.radios tr.highlight:hover td {
background: #F1FFDD;
cursor: pointer;
}

table.radios td {
padding: 5px;
}

.content input[type='text'], input[type='password'], textarea {
background: #F8F8F8;
border: 1px solid #CCCCCC;
padding: 3px;
margin-left: 0px;
margin-right: 0px;
}

.content .required {
color: #FF0000;
font-weight: bold;
}

.content table {
display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}

