/* Form Components */
.configform {
    width: 730px;
    text-align: left;
    border: #99CCFF solid 1px;
    padding: 4px;
    margin: 10px 0px 10px 0px;
    background-color: #FFFFFF;
}

.input {
    border: #18397B;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    color: #18397B;
    background-color: #E8F8FF;
}

.textarea {
    width: 650px;
    border: #18397B;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    color: #18397B;
    background-color: #E8F8FF;
}

.submit {
    border: #18397B;
    border-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    font-weight: bold;
    color: #DEEFFF;
    background-color: #6889CB;
}


input[type="submit"]:hover {
     color:      HighlightText;
     background: Highlight;
     cursor: hand;
}



.configinstructions {
    margin: 10px;
}

.propertyname {
    width: 175px;
    text-align: right;
}

.propertyinput {
    text-align: left;
    display: inline;
}

.propertyinput div {
    display: inline;
}

.propertycolorbox {
    text-align: left;
    width: 15px;
    height: 15px;
    cursor: hand;

    position:relative;
    top:5px

}
