﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#666666;
    line-height: 140%;
}

h1 {
    color:#77ad1c;
    font-size:14px;
    font-weight:bold;

}

h2 {
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
}

.red {
    color:#ff0000;
}

.SubmitError {
    background-color:#ffc5c5;
}

div.main {
    width:680px;
    padding:0px;
}

div.columnleft {
    float:left;
    width:320px;
}

div.columnright {
    float:left;
    padding-left:20px;
    min-width:100px;
}

div.row {
    clear:both;
    margin-bottom:5px;
}

    div.row > div.label {
        float:left;
        width:110px;
        font-weight:bold;
    }

    div.row > div.value {
        float:left;
        width:200px;
        padding-left:10px;
        margin-bottom:5px;
    }

        div.row > div.value > input:first-child {
            width:180px;
        }

        div.row div.value > select:first-child {
            min-width:180px;
            max-width:180px;
            width:180px;
        }

        div.row div.value > select.small:first-child {
            min-width:110px;
            max-width:110px;
            width:110px;
        }

        div.row div.value > table:first-child {
            float:left;
        }

input.small {
    width:145px;
}

input.large {
    width:290px;
}

textarea {
    width:635px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000000;
}