
.formLeft
{
	width:400px;
	float:left;
	margin:10px 0 0 0;
}

.formRight
{
	width:300px;
	float:left;
	margin:10px 0 0 0;
}

.rightcheckHdr{
    padding:0 0 14px 0;
}




.checkBoxes input
{
	width:20px;
}

.formField
{
	clear:both;
	width:360px;
	margin-top:10px;
	min-height:20px;
	position:relative;
}

.formRight .formField
{
	width:300px;
}


.formLabel
{
	float:left;
	width:140px;
    text-align:right;
}

.formValue
{
	float:right;
	width:200px;
}

.formValue input,
.formValue textarea
{
	border:1px solid #A1A1A2;	
	float:left;
	width:200px;
}

.formValue input
{
	height:18px;
}

.formValue input:focus,
.formValue textarea:focus
{
	border-color:#C8000A;
}

.formValue textarea
{

	height:130px;
}

.error
{
	position:absolute;
	top:-10px;
	left:360px;
}
.error img
{
	width:24px;
	height:24px;
}
.errorText
{
	display:block;
	background:#FFFF99;
	padding:5px;
	border:solid 1px #FFCC00;
	margin:0 20px 4px 20px;
}

.errorText p
{
	margin:0;
	padding:0;
}
.msgSent
{
	margin:0 20px 4px 20px;
	color:#C8000A;
}
.submitBtn,
.submitBtn:focus
{
	background:Transparent url(/web/design/submit-bg.png) no-repeat;
    border:none;
    text-indent:999em;
    width:81px;
    height:33px;
    overflow:hidden;
	display:block;
	cursor:pointer;
}

.submitBtn:hover
{
	background:transparent;
}
 
.formSubmitField
{
	background:Transparent url(/web/design/submit-hover-bg.png) no-repeat;
	width:81px;
    height:33px;
    margin:14px 0 0 158px;
}

.redAsterisk
{
	color:#ff0000;
	
}

.required
{
	position:relative;
	left:6px;
}

