/*
The Barn
Copyright (c) 2007 James Harris, Erin Houston

$Id: form.css 2067 2007-10-09 13:18:27Z james $
*/

form
{
    display: inline;
}

form input,
form select,
form textarea
{
    font-size: 9pt;
}

form textarea,
form select,
form input.text,
form input.file
{
    border-width: 1px;
    border-style: solid;
    border-color: #a7ac78 #d0d4bd #d0d4bd #a7ac78;
    background: #ffffff;
    padding: 1px;
    color: #505050;
}

form input.text
{
    padding: 2px;
    height: 14px;
    width: 250px;
    background: url('../images/text-input-background.png');
}

form input.file
{
    height: 20px;
}

form input.button
{
    border-width: 1px;
    border-style: solid;
    border-color: #d0d4bd #a7ac78 #a7ac78 #d0d4bd;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    background: url('../images/button-background.png');
}

div.form-button-container div.dataset-label
{
    display: none;
}

div.form-button-container div.dataset-value
{
    margin-top: 7px;
}

span.form-control-required-marker
{
    font-weight: normal;
    color: red;
    margin-left: 3px;
}

div.form-file-input-control input.button
{
    margin-left: 3px;
}