/* FORMAT CSS */
/* Defines base CSS class styles; provides various styles for specific class formatting */

/* LISTS & FORMS */
.list, .form {
    /* Common list/form style atributes */
}
.row {
    clear: left;
}
.label {
    float: left;
    width: 120px;
}
.input {
    /* Common input style atributes */
}
.rmargin {
    float: left;
    width: 20px;
    margin-top: 1px;
    text-align: center;
    font-size: 0.9em;
}
.labelWidthFull {
    width: 140px; /* rmargin width + label width */
}
.inputInfo { /* ajax updates */
    float: left;
    margin-left: 20px;
    font-size: 0.9em;
}
.submit { /* remember to apply the 'colour' class */
    border: none;
    cursor: pointer;
    margin:  0px;
    padding: 0px;
    font-size: 1em;
    text-decoration: none;
    /*text-align: left;*/
    background-color: transparent;
}
.submit:hover {
    text-decoration: underline;
}
.submitMargin { /*.submit.margin*/ /* push right */
    margin: 5px 0px 3px 160px;
}

.legendLeft {
    margin-left: -14px;
    padding-right: 14px;
}
.legendRight {
    margin-right: -14px; /* Does not work in Chrome / Safari */
    padding-left: 14px;
}


/* GENERAL */
.content {
    /* */
}
.column {
    /* */
}

/* */
