.contentblock.white > div.content > div:last-of-type {
   padding-bottom: 10px;
}

#registrationForm {
   font-family: "Open Sans",sans-serif;
}

#registrationForm table {
   margin: 0 0 20px 0;
}

#registrationForm table tbody {
   margin-top: 20px;
}

#registrationForm table th,
#registrationForm table td {
   padding: 5px;
   vertical-align: top;
}
#registrationForm table tbody tr td:first-child {
   padding-top: 10px;
}

#registrationForm table td.center {
   text-align: center;
}

#registrationForm table thead th,
#registrationForm table th.blockHeader {
   background-color: #f8f8f8;
   font-family: "Titillium Web", "Open Sans",sans-serif;
   font-size: 16px;
   padding: 6px;
}

#registrationForm table th.margin {
   height: 24px;
   padding: 0;
}

#registrationForm td.nobr {
   white-space: nowrap;
}

#registrationForm td.inputPairLabel {
   width: 200px;
}

#registrationForm td.labelhint,
#registrationForm table tbody tr td:first-child.labelhint {
   padding: 5px;
}
#registrationForm td .labelhint {
   font-size: 0.8em;
   line-height: 1em;
   margin-top: -6px;
}

#registrationForm label {
   color: #4d4d4d;
   display: block;
   font-size: 12px;
   font-weight: 700;
   line-height: 1.5;
   margin-bottom: 4px;
   position: relative;
}
/*
#registrationForm label.mandatory {
   background: rgba(0, 0, 0, 0) url("/images/application/mandatory_input_mark.gif") no-repeat scroll right center;
   border-bottom-color: #bcc9e5;
   padding-right: 12px;
}
*/
#registrationForm label.mandatory:after {
   content: "*";
   color: #f00000;
   margin: 0 0 0 0;
   padding: 0 0 0 4px;
   position: absolute;
}
.webApplicationContent label {
    margin-right: 2px;
}

#registrationForm input, #registrationForm select {
    font-size: 14px;
}

#registrationForm input[type="text"], #registrationForm input[type="password"], #registrationForm input[type="email"], #registrationForm textarea {
   background-color: #f2f2f2;
   border: 1px solid #ccc;
   border-radius: 4px;
   box-shadow: none;
   box-sizing: border-box;
   color: rgba(0, 0, 0, 0.75);
   display: block;
   font-family: inherit;
   padding: 7px;
   transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
   width: 100%;
}

#registrationForm select {
   background-color: #f8f8ff;
   border: 1px solid #cccccc;
   border-radius: 4px;
   box-sizing: border-box;
   color: #333333;
   margin: 0;
   min-width: 240px;
   padding: 10px 1px 10px 10px;
   width: auto;
}