/*
 * $Id:$
 * 
 * A CSS file for helping to lay out forms
 */


.autoform label {
    width: 150px;
}

.autoform legend {
    color: #989898;
}

.quick-contact textarea {
    height: 30px;
    width: 300px;
}

.quick-contact textarea:hover {
    background-color: #FEFFAF;
}

.quick-contact input.submit {
    padding: 3px;
}

.quick-contact .row {

}


.simpleform legend {
    color: #507399;
    font-weight: bold;
    font-size: 140%;
}

.simpleform fieldset {
    margin-bottom: 10px;
}

.simpleform .row {
    clear: both;
    margin-bottom: 10px;
}

.simpleform .row .element {
    width: 75%;
    float: right;
}

.simpleform .row label.left {
}

.simpleform .row label.left .required {
    color: red;
}

.simpleform .row .element > * {
    width: 100%;
}

.simpleform .row .element textarea {
    height: 180px;
}

.simpleform .row .errors {
    color: red;
    font-style: italic;
}

.simpleform .row .info {
  margin: 5px 0px;
}

.simpleform .row .info.error {
  color: red;
}

.simpleform .row .info.ok {
  color: #008800;
}

.simpleform .row .element img.preview {
    max-width: 200px;
    max-height: 200px;
    border: 1px solid black;
}

.simpleform .row blockquote {
    border: 1px solid #CCCCCC;
    background-color: #E4E4E4;
    padding: 10px;
    margin: 10px;
}

.simpleform .row .children {
    margin-left: 20px;
}

.gift-certificate-cost b {
  color: #79B44A;
}
