/*
 *  Form stylesheet
 */

/*----- form div container -----*/
#content .form
{
    
}

/*----- form -----*/
#content .form form
{
    color: black;
    font-size: 11px;
}

/*----- form elements -----*/
#content .form form input,
#content .form form select,
#content .form form textarea
{
    /*color: #781351;*/
    background-color: #BFD8FF;
    border: 1px solid #000080;
    width: 280px;
}

#content .form form select
{
    font-size: 12px;
}

#content .form form textarea
{
    height: 150px;
    padding: 2px;
}

/*----- submit -----*/
#content .form form .submit
{
    text-align: left;
    padding-top: 5px;
}

#content .form form .submit input
{
    background-color: #000080;
    border: 1px solid #BFD8FF;;
    color: #66FF33;
    width: 80px;
    font-weight: bold;
}

/*----- separator -----*/
#content .form form .odstep
{
    border-top: 1px dotted gray;
    margin-top: 5px;
    margin-bottom: 5px;
}
/*----- form error -----*/
#content .form label.error
{
    color: red;
    font-size: 10px;
    padding-left: 10px;
}

/*----- newsletter -----*/
#content .newsletterDiv form input
{
    background-color: #BFD8FF;
    border: 1px solid #000080;
    width: 280px;
}

#content .newsletterDiv form .submit
{
    background-color: #000080;
    border: 1px solid #BFD8FF;;
    color: #66FF33;
    width: 100px;
    font-weight: bold;
}

#content .newsletterDiv form label.error
{
    color: red;
    font-size: 10px;
    padding-left: 10px;
}
