/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
    width: 100%;
}

.editor-label 
{

}

.editor-field 
{
}

.editor-field input, .editor-field select
{
    width: 90%;
}

.editor-label label
{
    margin-bottom: 0px;
    font-weight:inherit;
}

pre.inline
{
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #dd3333;
    font-size: 12px;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
