/* psform2.css $Revision: 2.0b$ $Date: Tue Jun 01 2010 15:20 $ */

#special label {  
border-top: 5px solid #522e22;
color: #522e22;
display: block;
font : bold small-caps 1.2em Georgia, Times, serif;
width: 8em;
padding: 5px;
margin: 1em 0 1em 0;
}

#special input[type="text"] { background-color: #cccccc;
        color: #522e22;
        display:block;
        font: 1em Verdana,Arial,Helvetica,sans-serif;
        margin: 1em 0 1em 0;
        padding: 0.5em; }

#special textarea { background-color: #cccccc;
        color: #522e22;
        display:block;
        font: 1em Verdana,Arial,Helvetica,sans-serif;
        margin: 1em 0 1em 0;
        padding: 0.5em; }

#special textarea:focus { background-color: #ffffff; }
#special input:focus { background-color: #ffffff; }

#special input[type="submit"] 
{  
border: 2px solid #522e22;
background-color: #cccccc;
color: #522e22;
font : bold small-caps 1.2em Georgia, Times, serif;
margin: 1em 0 1em 0;
padding: 10px;
}

.invalid { color: red !important; }


