body {
    background-color: #FFFFFF;
    font-family: Calibri,Arial;
    font-size: 11pt;
}
#RegistrationPageContainer {
    background-color: #FFFFFF;
    border: 2px solid #1B4160;
    border-radius: 10px 10px 10px 10px;
    margin: 5px auto;
    padding: 0;
    width: 795px;
}
.MandatoryTextContainer {
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 35px;
    margin-top: 20px;
}
.Logo {
    margin-left: 10px;
    margin-top: 10px;
}
#ImageBar {
    padding-left: 40%;
    width: 100%;
}
div.Mandatory {
    color: #5C90DB;
    font-size: 16px;
    font-weight: normal;
    padding-top: 4px;
}
#GoNextContainer {
    float: left;
    padding-bottom: 5px;
    padding-left: 30%;
    text-align: right;
    width: 100%;
}
#ErrorPanel {
    margin-bottom: -30px;
}
#LoginPanel {
    color: #000000;
    float: right;
    font-size: 10px;
    margin-bottom: 80px;
    margin-right: 20px;
    margin-top: 10px;
}
#LoginPanel a {
    color: #5C90DB;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}
#LoginPanel a:hover {
    background: none repeat scroll 0 0 #EB225B;
    border-width: 0;
    color: #FFFFFF;
    text-decoration: underline;
}
div.CompanyLogoPanel {
    background-color: #FFFFFF;
}
select, input {
    padding-top: 0;
    width: 330px;
}
div.Validators span {
    margin-left: 10px;
}
.QuestionsContainer {
    background-color: #FFFFFF;
    clear: both;
    font-family: Calibri,Arial;
    font-size: xx-small;
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 64px;
    width: 100%;
}
.QuestionDiv {
    float: left;
    margin: 5px;
    width: 370px;
}
.QuestionText {
    color: #000000;
    float: left;
    font-family: Calibri,Arial,Tahoma,sans-serif;
    font-size: 10pt;
    font-weight: normal;
    margin-left: 5px;
    padding: 5px;
    width: auto;
}
.QuestionControl {
    clear: both;
    margin-left: 10px;
    margin-top: -5px;
    padding: 0;
}
.IntroHeaderContainer {
    margin-left: 0;
    margin-top: 0;
}
.PageNumbers {
    background-color: #1B4160;
    margin-left: 0;
    padding-left: 16px;
    padding-top: 27px;
    position: absolute;
    width: 781px;
}
.PageNumberContainer {
    float: left;
    padding: 2px;
    text-align: center;
    width: 20px;
}
.PageNumberContainerActive {
    background-color: #FFFFFF;
    float: left;
    padding: 2px;
    text-align: center;
    width: 20px;
}
a.PageNumberText {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
a.PageNumberTextActive {
    color: #5C90DB;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 0 6px;
    color: #960050;
}
div.NextButton input {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 128px;
    margin-top: 10px;
    padding: 3px;
    width: auto;
}
div.NextButton input:hover {
    background-color: #1B4160;
    color: #FFFFFF;
}
h1.IntroHeader {
    color: #1B4160;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 10px;
}
p.IntroHeader2 {
    background-color: #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin-left: 0;
    padding: 0;
    position: absolute;
    width: 737px;
}
div.IntroText {
    font-size: 13px;
    line-height: 16px;
    margin-left: 5px;
}
div.IntroText a {
    color: #1B4160;
}
div.IntroText a:hover {
    background: none repeat scroll 0 0 #960050;
    border-width: 0;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: underline;
}
h1.OutroHeader {
    background-color: #1B4160;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 20px;
    width: 785px;
}
div.OutroText {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Calibri,Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin: 10px;
}
a.AboutPanelAnchor {
    visibility: visible;
}
#CompanyLogoPanel {
    margin-top: 0;
}
#CintLogoPanel {
    background-color: transparent;
    color: #1B4160;
    float: left;
    font-size: 10px;
    left: 1px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}
div.RegisterButton input {
    background-color: #DDDDDD;
    border: 1px solid #ca3421;
    color: #ca3421;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 128px;
    margin-top: 10px;
    padding: 3px;
    width: auto;
}
div.RegisterButton input:hover {
    background-color: #1B4160;
    color: #FFFFFF;
}
body.WelcomePageBody {
    background-color: #FFFFFF;
    color: #1B4160;
    font-family: Calibri,Arial;
}
div.Welcome {
    background-color: #FFFFFF;
    border: 2px solid #1B4160;
    border-radius: 10px 10px 10px 10px;
    margin: 5px auto;
    padding: 5px;
    width: 795px;
}
div.Welcome a {
    color: #1B4160;
}
div.WelcomeHeader h1 {
    color: #1B4160;
    font-family: Calibri,Arial;
    font-size: 15px;
    font-weight: bold;
}
div.OutroText a:hover {
    border-width: 0;
    color: #0000FF;
}
div#recaptcha {
    margin: 10px auto 5px;
    width: 312px;
}

