.registration-block {
    width: 90%;
    margin: auto;
    clear: both;
    display: table;
}


.registration-block .formRow {
    clear: left;
    float: left;
    margin: 5px 0;
    width: 100%;
}

.registration-block .formRow .formItemValue.buttons{
    text-align: left;
}

.registration-block .formRow .formItemLabel {
    clear: left;
    display: inline;
    float: left;
    line-height: 24px;
    padding-right: 10px;
    width: 300px;
    text-align: right;
}

.registration-block .formRow .formItemValue-center {
    clear: left;
    display: inline;
    float: left;
    padding-left: 310px;
}

.registration-block .formRow .formItemValue {
    padding: 0px;
    display: inline;
    float: left;
    width: 636px;
}

.registration-block .formRow .formItemValue select{
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 3px 2px;
    width: 252px;
}

.registration-block .formRow .formItemValue.oaCheckBoxes{
    width: 230px;
    padding: 10px;
    border: 1px solid #c4c4c4;
    float: left;
}

.chbx-center input[type="checkbox"]{
    margin: 1px 5px 0 0;
    vertical-align: sub;
}


.registration-block .formRow .formItemValue input[type="text"]{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 17px;
    padding: 3px 2px;
    width: 245px;
}

.reload {
    background: url(../images/reload.png) no-repeat;
    width: 24px;
    height: 24px;
    color: transparent;
    overflow: hidden;
    margin-left: 13px;
    margin-top: 13px;
    display: inline-block;
    vertical-align: top;
}


.confirmation-success{
    text-align: center;
}

.confirmation-success h3{
    color: #4B9D34;
}
