fieldset {
    border-bottom: 1px solid #eff3f6;
    padding-top: 10px;
}

.row {
    clear: both;
    position: relative;
    width: 100%;
}

label {
    min-width: 150px;/*Aud Marie: changed from 120 to 140 to have more space for long words*/
    margin: 4px 10px 10px 0;
    display: block;
    float: left;
}
label.radioLabel
{
    min-width:10px;
    font-weight:normal;
    float:none;
    display:inline;
}
.loginlabel {
    min-width: 80px;
    margin: 4px 10px 10px 0;
    display: block;
    float: left;
}

input.text, select, textarea {
    float: left;
    margin-bottom: 10px;
    padding: 2px 0;
    border: 1px solid #a5acb2;
}

input.text:focus, select:focus, textarea:focus {
    border: 1px solid #838a90;
    background-color: #fbfbfb;
}

input.text {
    width: 175px;
}

select 
{
  min-width: 177px;
}



textarea {
    width: 300px; /* 407 */
    height: 112px;
}

#main_content fieldset .button, .file {
    margin-bottom: 10px;
}

#page .action .button {
    margin-left: 0;
}

#page #main_content .button input {
    padding: 3px 7px;
}

#branding fieldset {
    border: none;
    padding: 0;
}

fieldset.last {
    border: none;
}

#page fieldset.last .button {
    float: right;
}

fieldset .row p { /* comments related to input fields */
    margin-left: 5px;
    float: left;
}

.radio input, .checkbox input {
    float: left;
}

fieldset .radio label, fieldset .checkbox label {
    min-width: 0;
    margin: 0 10px 0 3px;
}


/* Page specific styles */
.simple label {
    min-width: 90px;
}

#page.simple fieldset.last .button {
    float: left;
    margin-left: 50px;
}

#page.simple fieldset.last .row {
    display: block;
    float: left;
    width: 21em;
    font-weight: normal;
}

#page.simple fieldset.last .row a {
    margin-top: 5px;
    float: left;
    width: 18em;
}

#page.contact fieldset.last .button {
    margin-left:485px;
}

.bar fieldset {
    border: none;
    padding: 5px 10px 0;
}

/* validation */
.warning {
    display: none;
    border-top: 1px solid #d00000;
    border-bottom: 1px solid #d00000;
    padding: 3px 0;
}

label.error {
    background: url(/Styles/images/icon/arrow.gif) no-repeat top left;
    padding-left: 15px;
    margin-left: 5px;
    min-width: 100px;
}

div.loginPageContent {
    width: 400px;
    float: left;
    padding-right: 20px;
}

div.loginPageRelatedInfo {
    width: 540px;
    float: left;
    min-height: 454px;
}

label.topSelectorRowLoginForm {
    display: block;
    float: left;
    margin: 4px 10px 0px 0;
    min-width: 150px;
}

div#digiumErrorDivRow span.error {
    color: #d00000;
    font-weight: normal;
}
