form {
    margin: 1em 0;
}
#Page form div p.error {
    font-weight:bold;
    clear:both;
    color:#FC2508;
    margin-left:10px; 
}
form input.error, form textarea.error {
    border-color:#FC2508;
}
form span.error {
    color:#FC2508;
}
#form-body div form {
    margin: 0;
}
#form-body {
    margin: 0 0 20px;
    overflow: hidden;
    clear: both;
    width: 520px;
    overflow: visible;
    float: left;
}
.news #form-body {
    padding-top:20px;
}

input, textarea, select {
    margin: 0;
    font-size: 1em;
}
textarea, select {
    padding: 2px 1px;
}
textarea {
    font-family: arial, helvetica, sans-serif;
    font-size: 1em;
}
textarea.text {
    width: 220px;
    height: 100px;
}
input {
    padding: 2px 0px;
}
option {
    padding-right: 10px;
}
input.text, textarea.text {
    border: solid 1px #444444;
}
input.button {
    padding: 1px 0;
}
#searchForm {
    float: right;
    clear: right;
    margin-right: 34px;
    display: inline;
}
#searchForm label {
    position: absolute;
    top: -999px;
}
#searchForm input.text {
    width: 105px;
        margin-right: 8px;
    /*float: left;*/
}
#searchForm input.button {
    /*float: right;*/
    margin-top: -1px;
}
#form-body .form-note {
    padding-left: 1em;
    line-height: 2em;
}

/*  profileNonEdit : Profile non-editable */
.profile #MainContent {
    float: left;
    width: 520px;
    margin-top: 0;
    overflow: hidden;
}

.profile #MainContent #form-body .form-surround p {
    background-color: #ffeb00;
}

.profile #MainContent #form-body p {
    background-color: #f4f4f4;
}

.profile #Content #MainContent #form-body .form-surround p {
    margin-top: 0;
}

#form-body select {
    width: 70px;
}
#form-body label select {
    width:220px;
}
#form-body select#ethnicity {
    width: 220px;
}
#form-body label input {
    width: 220px;
    margin-right: 0px;
}
#form-body .form-surround, #form-body div.form-surround-notext {
    background: #ffeb00;
    width: 100%;
    clear: left;
    text-align: left;
    border: none;
}
#form-body .form-surround div, #form-body .form-surround-notext div {
    margin-right: 10px;
    padding: 10px 0 10px 0;
}
#form-body .form-surround-notext form input {
    margin-right: 10px;
}
#form-body .form-surround div {
    float: right;
    text-align: right;
}
#form-body .form-surround div, #form-body .form-surround-notext div {
    width: 150px;
    border-bottom: none;
}
#form-body .form-surround-notext div {
    float: left;
    margin: 0 0 0 180px;
    display: inline;
}
#form-body .form-surround-notext {
}
#form-body .form-surround p, #form-body .form-surround-notext p {
    margin-bottom: 0 !important;
    margin: 0;
}
#form-body .form-surround div, #form-body .form-surround-notext div {
    background: transparent;
}
#form-body .form-surround p {
    padding: 14px 10px 10px;
    margin: 0;
    font-weight: bold;
}

#form-body .form-collapse p {
    position: relative;
}
#form-body .form-collapse-open p,
#form-body .form-collapse-closed p {
    cursor: pointer;
}
#form-body .form-collapse .arrow {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 9px;
    height: 9px;
    margin: 0;
    padding: 0;
    
    background-position: top right;
    background-repeat: no-repeat;
}
#form-body .form-collapse-closed .arrow {
    background-image: url(../img/css/form-collapse-closed.png);
}
#form-body .form-collapse-open .arrow {
    background-image: url(../img/css/form-collapse-open.png);
}

#form-body div p {
    margin: 17.5px 20px 17.5px 0;
}
#form-body div {
    background: #f4f4f4;
    border-bottom: dotted 1px #C4C4C4;
    clear: left;
    float: left;
    width: 100%;
    background-color: #f4f4f4;
}
#Content #form-body div p.required {
    line-height: 1em;
    margin: 0.5em 0 0.5em 10px !important;
    padding: 0;
}
#form-body div.last, #form-body .form-surround div, #form-body .form-surround-notext div, #form-body div.multi-option {
    border-bottom: none;
}
#form-body label, #form-body form .multi-option p {
    overflow: hidden;
    display: block;
    margin: 20px 0;
}
#form-body .multi-option {
    display: block;
    margin: 20px 0;
    text-align: left;
    font-weight: bold;
    overflow:hidden;
}

#form-body div.multi-option {
    margin: 0;
}
#form-body div.multi-option label {
    float: left;
    margin: 0;
    width: 160px;
}
#form-body div.multi-option label span {
    margin: 0;
    padding-left: 10px;
    text-align: right;
}
#form-body div.multi-option label.radio {
    float: right;
    width: 340px;
}
#form-body div.multi-option label input#password-yes, #form-body div.multi-option label input#password-no {
    margin-right: 5px;
}
form#form-body .multi-option select {
    width:auto;
    min-width:68px;
    float:left;
    margin-right:7px;
}
#form-body div a {
    color: #0199FF;
    margin-left: 180px;
    line-height: 5em;
    display: inline;
    float: left;
}
#form-body div.form-surround a, #form-surround div.form-surround-notext a {
    color: #000;
    margin: 0;
    line-height: normal;
    float: none;
}
#form-body div.multi-option label.text {
    width: 340px;
    padding: 0;
    display: inline;
}
#form-body div.multi-option label.text input.text {
    margin: 5px 0 5px 38px;
    width: 160px;
}
#form-body label span, #form-body div p span, #form-body div span.multi-option span label span, #form-body div span.multi-option span, #form-body label.required strong, #form-body div span.required strong {
    font-weight: bold;
    float: left;
    text-align: right;
    overflow: hidden;
}
#form-body label span, #form-body div p span, #form-body div span.multi-option span {
    margin: 0 20px 0 10px;
}
#form-body label span, #form-body div span.multi-option span {
    width: 150px;
}
#form-body div p span {
    width: 150px;
    margin-bottom: 0px;
}
#form-body label.required span, #form-body div span.required span {
    margin: 0 0 0 10px;
}
#form-body label.required span p, #form-body label.required span p span {
    width: 100%;
    margin: 0;
}
#form-body label.required strong, #form-body div span.required strong {
    margin-right: 10px;
    width: 10px;
}
#form-body div label span span {
    font-weight: normal;
    float: none;
    display: inline;
    margin: 0;
}
#form-body div span.multi-option span {
    margin-bottom: 19px;
    line-height: 1.25em;
}
#form-body div.last p span {
    margin-bottom:20px;
}
#form-body div span label {
    display: inline;
}
#form-body .multi-option label {
    margin: 0pt;
    padding-bottom: 1px;
}
#form-body .multi-option input {
    width: auto;
}
#form-body .multi-option label.option {
    display: block;
    min-width: 90px;
    float: left;
    margin: 0 0 20px;
    overflow: visible;
}
#form-body div span strong {
    line-height: 2.5em;
    margin-left: 10px;
}
#form-body div span.required strong {
    line-height: 1.25em;
    margin-left: 0;
}
#form-body div label span strong, #form-body .multi-option span strong {
    line-height: 1.25em;
    margin-left: 0;
}
#form-body div strong {
    color: #DF0094;
    font-weight: bold;
}

#form-body .multi-input {
    padding-left: 180px;
    position: relative;
}
#form-body .multi-input span {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
}

form.imageLibrary {
    background:#F4F4F4;
    padding:0 0 10px;
}
form.imageLibrary p {
    font-weight:bold;
    padding:10px;
    background:#FFEB00;
}
form.imageLibrary p.error {
    background:none;
    padding: 0 0 0 10px;
    color:#FC2508;
}
form.imageLibrary label {
    font-weight:bold;
    padding:10px;
}
form.imageLibrary input.button {
    display:block;
    margin:15px 0 10px 10px;
}

/*#form-body select#county {
    width: 70px;
}*/
#form-body select#county,
#form-body select#country,
#form-body select#region,
#form-body select#businessCounty,
#form-body select#businessCountry,
#form-body select#businessRegion,
#form-body select#businessSector,
#form-body select#businessAnnualTurnover,
#form-body select#businessSizeOfOrganisation {
    width: 220px;
}

#Page form.searchAgain {
    margin-bottom:0px;
    width:520px;
    overflow:hidden;
}

#Page form.searchAgain div.form-surround {
    margin-bottom:1px;
}

#Page form.searchAgain p {
    float:left;
    margin:0 0 0 10px;
    padding:1em 0 1em;
    width:304px;
    display:inline;
}

#Page form.searchAgain label {
    float:left;
    margin:1em 0;
    font-weight:bold;
    width:100px;
}
#Page form.searchAgain input.button {
    margin-top:0.75em;
}