
/* default styles for managed forms */

/* reset */
.managedform li,
.managedform ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.managedform li {
    clear: left;
    margin-bottom: 0.5em;
}
.managedform label,
.managedform dt {
    font-weight: bold;
    display: block;
    line-height: 1.5em;
}
.managedform dl {
    overflow: hidden;
}
.managedform dl input {
    margin-left: 0;
}

/* required element */
.managedform dt em,
.managedform label em,
.managedform .help em {
    color: #960e0e;
}    

.managedform label.checkbox,
.managedform label.radio,
.managedform dd label {
    font-weight: normal;
    margin-bottom: 0;
}
.managedform label.bichoice {
    float: left;
    width: 5em;
}
.managedform label.checkbox input,
.managedform label.radio input {
    margin-right: 5px;
}
.managedform p.description {
    clear: left;
    color: #b0532a;
    line-height: 1.6em;
    margin: 0;
}
.managedform textarea.large {
    height: 150px;
    width: 500px;
}
.managedform textarea.medium {
    height: 100px;
    width: 370px;
}
.managedform textarea.small {
    height: 60px;
    width: 300px;
}
.managedform input.large {
    width: 500px;
}
.managedform input.medium,
.managedform input.date {
    width: 146px;
}
.managedform input.small {
    width: 60px;
}
.managedform input.date {
    float: left;
}

.managedform .show-datepicker {
    background: transparent url(../images/calendar.gif) no-repeat;
    display: block;
    float: left;
    height: 17px;
    margin: 2px 0 0 5px;
    text-indent: -10000px;
    width: 16px;
}
.managedform .errors {
    clear: left;
    margin-top: 3px;
}
.managedform .errors li {
    font-weight: bold;
    background: #fff0f1;
    color: #be0000;
    line-height: 1.5em;
    margin-bottom: 0;
}
.managedform .summary h1 {
    margin: 0;
}
.managedform .summary p {
    margin-bottom: 0.5em;
}
.managedform .cancel {
    padding-left: 3px;
}
.managedform-declaration-agreement {
    display: block;
}
.managedform-declaration-agreement input {
    margin-left: 0;
}
.managedform-map {
    border: 1px solid #aaa;
    padding: 1px;
    width: 500px
}
.managedform-declaration-agreement {
    display: block;
}
.managedform-declaration-agreement input {
    margin-left: 0;
}
.managedform-map,
.managedform-map-locationchooser-map {
    width: 400px
}
.managedform-map {
    border: 1px solid #aaa;
    padding: 1px;
}
.managedform-map-locationchooser-map {
    height: 300px;
}
.managedform-map-search {
    background: #e5e4e4;
    overflow: hidden;
    margin-bottom: 0;
    padding: 4px;
}
.managedform-map .managedform-map-search input {
    color: #444;
    font-weight: normal;
    font-size: 0.9em;    
    float: left;
    padding: 3px;
    width: 359px
}
.managedform-map .managedform-map-search .empty {
    color: #999;
}
.managedform-map-loader {
    display: block;    
    float: left;
    margin: 7px 0 0 5px;
    height: 16px;
    width: 16px
}
.managedform-map .loading {
    background: url(../images/loader.gif);
}
.managedform-map-instructions {
    background: #e5e4e4;
    border-bottom: 1px solid #aaa;
    color: #555;
    font-size: 0.85em;
    overflow: hidden;    
    padding: 0 6px 4px 4px;
}
.managedform-map-instructions p {
    margin: 2px 0 2px 3px;
}
.managedform-map-instructions a {
    background: url(../images/map-buttons.png) no-repeat;
    float: left;
    margin-right: 3px;
    display: none;
    height: 22px; 
    text-indent: -100000em;   
    width: 94px;
}
.managedform-map-instructions .managedform-map-instructions-goto:active {
    background-position: 0 -24px;
}
.managedform-map-instructions .managedform-map-instructions-remove {
    background-position: -98px 0;
    width: 110px;
}
.managedform-map-instructions .managedform-map-instructions-remove:active {
    background-position: -98px -24px;
}
.managedform-map-hasselection .managedform-map-instructions a {
    display: block;
}
.managedform-map-hasselection .managedform-map-instructions p {
    display: none;
}
.managedform input.empty {
    color: #999;
}
.managedform .hidden {
    display: none;
}

.managedform-showdatepicker {
    background: transparent url(../images/calendar.gif) no-repeat;
    display: block;
    float: left;
    height: 17px;
    margin: 2px 0 0 5px;
    text-indent: -10000px;
    width: 16px;
}
.managedform-datepicker input {
    float: left;
}
.managedform-datepicker {
    overflow: hidden
}