﻿fieldset {
	border: 1px solid #dcdcdc;
	margin-bottom: 1.5em;
	padding-bottom: 1.25em;
	font-size: .875em;
}
fieldset label
{    
    color: #868686;
    font: bold 13px/26px Verdana,Arial,Helvetica,sans-serif;
}
fieldset input, fieldset select, fieldset textarea
{
    color: #686868;
    font: normal 13px/26px Verdana,Arial,Helvetica,sans-serif;
    height: 26px;
}
fieldset textarea
{
    color: #686868;
    font: normal 13px/26px Verdana,Arial,Helvetica,sans-serif;
}
fieldset select
{
    padding: 1px 2px;
}
legend {
	color: #8f0000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.2em;
	line-height: 1.4;
	margin-left: 1em;
	padding-left: 2px;
	padding-right: 2px;
}
.formWrapper {
	clear: both;
	height: auto;
	margin-left: 0.5em;
	margin-top: 0.75em;
	overflow: hidden;
	padding:0;
	width: 40.5em;
	line-height:1.5;
}
fieldset.oneLine .formWrapper
{
    width:35em;
    margin-top:1.25em;
}
fieldset.oneLine .formWrapper label, fieldset.oneLine .formWrapper input, fieldset.oneLine .formWrapper select
{
    display: inline;
    margin-right: .5em;
}
fieldset.oneLine select
{
    width:162px;
}
fieldset.oneLine input
{
    margin-right:1.25em;
}
fieldset.oneLine .messageBox
{
    width:36em;
    height:12.2em;
    padding: 5px 2px 5px 5px;
}
.leftOneHalf {
clear:left;
float:left;
margin-left:0.5em;
position:relative;
width:18.25em;
}
.leftOneThird {
    clear: left;
    float: left;
    margin-left: 0.5em;
    position: relative;
    width: 12.75em;
}
.fullForm{
	clear: left;
	float: left;
	margin-left: 0.5em;
	position: relative;
	width: 32.25em;

}
.leftHalf{
    clear: left;
    float: left;
    margin-left: 0.5em;
    position: relative;
    width: 19.5em;
    top: 0px;
    left: 0px;
}
.rightHalf {
    float: left;
    margin-left: 0.5em;
    position: relative;
    width: 19.5em;
}

.rightQuarter {
	float: left;
	margin-left: 0.5em;
	position: relative;
	width: 16em;
}
.rightThird {
    float: left;
    margin-left: 0.5em;
    position: relative;
    width: 12.75em;
}
input.textThird, select.textThird{
    width: 12.5em;
}
input.textQuarter{
	width:11.75em;
}
input.textHalf, select.textHalf{
    width: 19.5em;
}
.radioAddress label{
	display:inline;
	float:none;
	margin: 0 1em 0 .25em;
}
.required
{
    color:#8f0000;
    margin-left:.5em;
}
.formError
{
    background-position: left;
    color: #8f0000;
    background-image: url('../images/cross.png');
    background-repeat: no-repeat;
    padding-left:20px;
}
.formErrorBlock
{
    background-position: left;
    color: #8f0000;
    background-image: url('../images/cross.png');
    background-repeat: no-repeat;
    padding-left:20px;
    display:block;
}
.checkBoxSpan
{
    float:left;
    padding-top:.25em;
    margin-left:.5em;
}
fieldset.oneLine
{
    border:none;
}
.myCustomWatermarkCss 
{
    font: italic 13px/26px Verdana,Arial,Helvetica,sans-serif;    
}
.bottomRule
{
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #686868;
    padding-bottom: 1em;
}
