﻿.field-label {
    font-size: 15px;
    font-weight: bold;
    margin: 3px 3px 20px 0;
    text-align: left;
    width: 220px;
    height: 32px;
    color: #053E61;
    display: inline-block;
}
.field-label2 {
    font-size: 15px;
    font-weight: bold;
    margin: 3px 3px 14px 0;
    text-align: left;
    width: 150px;
    color: #053E61;
    display: inline-block;
}

.field-label3 {
    font-size: 15px;
    font-weight: bold;
    margin: 3px 3px 20px 0;
    align: right;
    width: 220px;
    color: #053E61;
    display: inline-block;
}


.wide-select {
width: 220px;
height: 32px;
padding: 4px;
font-size: 15px;
font-weight: bold;
border-bottom: 1px solid gray;
border-top: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
display: inline; 
}

.continue-panel {
 margin-top: 2px;
 margin-bottom: 80px;
 margin-right: 12px;
 padding: 6px;
}

.progress-panel {
 height: 20px;
 text-align: center;
}

.ui-progressbar {
height: 100%;
}

.ui-progressbar-value.ui-widget-header {
border: none;
background: none;
}

.ui-progressbar .ui-progressbar-value {
height: 100%;
background-image: url('../images/progress_done.png');
/*margin: -1px;*/
}

.hidden {
 display: none;
}

.requiredError {
 color: red;
 font-weight: bold;
}

.progress-txt {
 text-align: center;
 font-style: italic;
 padding-top: 3px;
 position: relative;
 margin-top: 3px;
}

.back-option {
 position: absolute;
 left: 0px;
 cursor: pointer;
 width: 51px;
 height: 20px;
 display: none;
}