/*
** ********************************************************************************
**
** Description: Form section style sheet.
** Version: 1.0
** Author: db Houston Ltd
** Company: McCartney Stewart
** Created: 01/08/2007
**
** ********************************************************************************
*/
fieldset
{
	margin: 1em 0;
	padding: 1em;
}

div.formContainer
{
	margin: 0px;
	padding: 0px;
	position: relative;
}

div.formContent
{
	margin: 1em 5em 0 5em;
	padding: 1em;
	border: 2px solid #D6D6D6;
	background-color: #F1F1F1;
}

div.buttonContent
{
	margin: 1em 5em;
	padding: 1em;
}

legend
{
	color: #ffffff;
}

span.fieldError
{
	font-size: 0.8em !important;
	color: #9A0107;
	font-weight: normal;
	text-transform: lowercase;
	vertical-align: center;
}

label
{
	position: relative;
	float: left;
	width: 150px;
	color: #666666;
}

label em
{
	font-size: 1.3em;
	color: #9A0107;
	font-weight: bold;
}

p em
{
	font-size: 1.3em;
	color: #9A0107;
	font-weight: bold;
}

input
{
	width: 200px;
	border: 1px solid black;
}


.requiredError
{
	font-size: 1.3em;
	color: #9A0107;
	font-weight: bold;
}

input, textarea
{
	border: 1px solid #305c77;
}

a.button 
{
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span 
{
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active 
{
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span 
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

