#registration-heading {
    width: 540px;
}

.already-registered {
    float: right;
    line-height: 30px;
}

#public-registration {
    width: 520px;
    float: left;
    background-color: white;
    padding: 10px;
}

.long-form-item {
    width: 513px !important;
}

.long-form-item input {
    width: 100% !important;
}

.display-inline {
    display: inline-block;
}

#positionResponsibility {
    width: 513px;
    height: 80px;
    resize: none;
}

.submit {
    margin: 20px 0px 25px 0px;
}

.submit > div {
    width: 300px;
    margin: 0px auto;
    text-align: center;
}

input#mobilePrefix, input#phonePrefix {
    width: 43px;
    display: inline;
    float: none;
}

input#mobile, input#phone {
    width: 180px;
    display: inline;
    float: none;
}

.mobile-prefix-label, .phone-prefix-label {
    display: inline;
    line-height: 28px;
    font-size: 11px !important;
    margin-right: 2px;
}

div.formItem.term-informations {
    width: 100%;
    float: none;
    min-height: 0px;
    text-align: center;
    margin-bottom: 9px;
}

div.formItem.term-informations > label {
    float: none;
}

#about-entsoe {
    border: 1px solid #D3D3D3;
    background-color: white;
    width: 420px;
    float: left;
    margin-left: 10px;
    padding: 10px;
}

#about-entsoe {
    font-family: Arial;
    font-size: 13px;
    color: #555555;
}

#about-entsoe h3 {
    font-size: 16px;
}

#about-entsoe p {
    margin-top: 13px;
    line-height: 16px;
}

#success-submit-message {
    display: none;
}

.requiered-form-field-text {
    font-size: 13px;
    color: #6B6B6B;
}

.formItem label > img {
    vertical-align: middle;
}