﻿/*

    Title:          FOrms.css
    Author:         Gary Hodge
    Date:           03/01/08
    
    Synopsis:       style sheet for custiom form control
    
    Last Mod:       03/01/08 GH
    
*/


form label
{
    float: left!important;
    clear:left;
	padding: 2px 2px 2px 2px;
	width: 60px;
	/*font-weight:bold;
    margin-top:7px;*/
}

input, select, textarea
{
    font-family: Verdana;
    border: solid 1px #7ac;
    /*
    padding:1px;
    background-color : white !important;
    */
}

button
{
	/*background-color: #fff!important;*/
}

/* Generic classes */

.focus
{
	background-color:#ffc!important;
}

.clicked
{
	background-color:#cfc!important;
}

.blur
{
	background-color:#fff!important;
}

.requiredfield
{
    background-color:#fdd!important;
}

.err
{
	color:#bf4398;
	font-size: 1em;
}

.error_panel
{
	width: 80%;
	background-color:#ffc!important;
	padding: 10px;
	border: solid 1px #777;
	color: #bf4398;
	margin: 10px 0 10px 0;
}

.error_title
{
	font-weight: bold;
	margin: 0 0 10px 0!important;
}

.formname
{
	width: 400px;
}

.grey_text_sml
{
	font-size: 0.8em;
	color: #777;
}