
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

input[type='text'], input[type='password'], textarea, select
{
    width: 200px;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

label 
{
    font-weight: bold;
}

.form-row 
{
    padding: 0.5em;
}

fieldset 
{
    /*padding: 1em;*/
    margin-bottom: 0.5em;
}

.panel 
{
    clear: both;
    padding: 1em;
}

.field-label 
{
}

.field-widget 
{
}

.error 
{
    font-weight: bold;
    color: Red;
    text-align: center;
}


    
body, html {
	margin: 0 auto;
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida, Helvetica, Verdana, Arial, Sans-Serif;
	font-size: .9em;
    background-color: #e1d897;
}

a:link, a:visited 
{
	color: #3f729e;
	text-decoration: none;
}

a:hover, a:active
{
	color: #093960;
}

p.title {
	font-size: 12pt;
	padding-bottom: 4px;
	font-weight: bold;
	padding-left: 0;
	border-bottom: 1px #bbb dotted !important;
	border-bottom: 1px #bbb solid;
	font-family: "Lucida Grande", Arial, sans-serif;
}

p.title a {
	font-size: 8pt;
	font-weight: normal;
	color: #AAA;
}

p.title a:hover {
	background: none;
}



#container
{
    margin-bottom:15px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	background: url(../images/header.jpg);
	height: 147px;
    top: 0px;
	font-family: Verdana, Arial, helvetica, geneva, Sans-Serif;
	text-transform: uppercase;
	text-align:center;
	color: White;	
}

#header h2
{
    padding-top: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Monotype Corsiva;
	font-weight: bold;
	font-size: 24pt;
}

#header h5
{
    margin-top: 0px;
}

.menu
{
    text-align: center;
    height: 25px;
	background-color: #eaeaea;
	display: block;
}

.menuitem
{
	font-weight: bold;
}

.menuitem a:link, a:visited 
{
	color: #008000;
	text-decoration: none;
}

.menuitem a:hover, a:active
{
	color: #093960;
}

div.content
{
    padding: 15px;
    margin-top: 25px;
    background-color: White;
    border: 1px solid #e0e0e0;
    width: 75%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}


div.content h3
{
	color: #000;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000;
	line-height: 30px;
}

