﻿
.label {
    position: relative;
    float: left;
    min-width: 200px;
}

.label-wide {
    min-width: 200px;
}

.time {
    position: relative;
    float: left;
    width: 40px;
    text-align: right;
}

.link, .disabledlink {
    font-size: 11pt;
    margin-bottom: 0px !important;
}

.link {
    color: #006600 !important;
}

.disabledlink, .disabledlink:hover {
    color: silver !important;
}

legend {
    color: #006600;
    padding: 5px;
}

.fieldset, .fieldset-wide {
    position: relative;
    float: left;
    width: 300px;
    min-height: 100px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-bottom: 25px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #006600;
    font-family: Calibri;
    clear: none;
}


.fieldset-wide {
    min-width: 325px;
    max-width: 400px;
}
