﻿.hint
{
    color: Gray;
    font-size: 85%;
    font-weight: normal;
}

/* Applied to containers with 
.validator
{
    color: Red;
}

/* Applied to containers with asterix inside */
.validator-req
{
}

/* 
    Applied to validator summary div, that contains ul
    By default it has style color: red; so you need to overwrite it somewhere in ul
 */
.validator-summary
{
    background: #fffed6;
    padding: 2px 8px;
    margin-bottom: 10px;
}

.validator-summary ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.validator-summary li
{
    font-weight: bold;
    padding: 3px 0;
    font-size: 90%;
    color: #cc0000;
}


fieldset
{
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
}


legend
{
    display: none;
}

fieldset legend
{
}

.field-row .field-control
{

    padding-left: 7px;
    margin-bottom: 10px;
}

.required .field-control
{
    padding-left: 4px;
    border-left: 3px solid #98cae2;
}

.field-row .field-label
{
    padding-left: 8px;
    font-weight: bold;
}

label
{
    font-size: 90%;
    font-family: Verdana;
    color: #555;
}

.field-row .field-control
{
}

/* Simultaneously added to div.field-row */
.submit
{
}

.input-name
{
    width: 400px;
}

.input-address
{
    width: 400px;
}

.input-city
{
    width: 150px;
}

.input-state
{
    width: 10ex;
}


.input-phone
{
    width: 150px;
}

.input-reference
{
    width: 150px;
}

.button-link
{
    text-decoration: underline !important;
}