/* 
    Document   : form.css
    Created on : 12.01.2009, 1:07:26
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.form label {
    font-weight:bold;
}

div.form input {
   color: black;
   width: 400px;
   border: 1px solid black;
   font-size:18px;
}

div.form textarea {
   color: black;
   width: 400px;
   border: 1px solid black;
   font-size:2em;
}

div.form td
{
    color: black;
}

span.not_null
{
    color: red;
    font-weight: bold;
}

table.form thead td
{
    color: black;
    font-weight: bold;
}

table.table_list thead td
{
    font-weight: bold;
}

span.validation_message {
    color: red;
    font-weight:bold;
}

div.message {
    background-color:#FFFBCC;
    padding-left: 5px;
    border: 1px solid #E6DB55;
}