#grouphint {
    background: url(/Content/images/arrow.png) no-repeat scroll 0 0 transparent;
    height: 36px;
    padding-left: 42px;
    padding-top: 13px;
    position: absolute;
    right: 0;
    width: 303px;
    font-family: Calibri;
    font-size: 14pt;
    color: #6d6d6b;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #dd4b39 !important;
    background-color: #fff;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/*-------------------------- BASE ----------------------------------*/
.editor-header {
    padding-left: 24px;
    color: #e4edf2;
    background: url(/Content/images/menu.png) repeat-x;
    line-height: 38px;
    font-size: 18px;
    height: 38px;
}



.editor-field input {
    border: 1px solid #c0c0c0;
    background: #fff;
    width: 98%;
    padding: 7px 0px;
    padding-left: 5px;
    font-size: 16px;
}

.editor-label {
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0px;
}

fieldset {
    padding: 25px;
}

input.button {
    color: #fff;
    border: 1px solid #3079ed;
    cursor: pointer;
    background: url(/Content/images/bbg.jpg) repeat-x;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    padding: 0px 20px;
    height: 30px;
}

.field-validation-error {
    color: #c82b31;
    font-size: 12px;
}

li.button {
    color: #7a7a7a;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    background: url(/Content/images/gbg.jpg) repeat-x;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 20px;
    height: 30px;
}
