#popUpContainer{
	background-image:url(images/popup_middle.gif);
	background-repeat:repeat-y;
	margin:20px;
	width:520px;
}
#popUpTop{
	background-image:url(images/popup_top.gif);
	height:13px;
}
#popUpHeader{
	background-color:#6cb836;
	padding-bottom:15px;
	padding-top:10px;
	width:520px;
}
#popUpHeader p{
	margin:0;
	text-align:center;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-transform:uppercase;
}
#popUpMiddle{
	margin:20x;
	height:350px;
}
#popUpBottom{
	background-image:url(images/popup_bottom.gif);
	height:24px;
}
.leftColumn{
	float:left;
	width:50px;
	text-align:center;
	padding-top:120px;
}
.middleColumn{
	float:left;
	width:100px;
	text-align:center;
}
.rightColumn{
	float:left;
	width:370px;
	overflow:hidden;
}


/*FORM STYLES*/
.introCopy{
	margin-bottom:30px;
	font-size:13px;
	line-height:18px;
	color:#5A8C32;
	clear:both;
}
.stepInfo{
	color:#646464;
	font-weight:normal;
	font-size:12px;
	margin-bottom:8px;
	clear:both;
}
.stepSubHeader{ /*was bodycopyheader*/
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
	color:#5A8C32;
	clear:both;
}

#mainContentContainer
{
	margin-left:35px;
	margin-top:35px;
	margin-right:35px;
	float:left;
	width:717px;
	text-align: left;
}
.formControlsGroupContainer{
	margin-bottom:20px;
	line-height:20px;
	font-size:12px;
	clear:both;
}
.inforow{
	color:#5A8C32;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
}
.inforow input{
	color:#5A8C32;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:3px;
	background-color:#EFFBB8;
}
.inforow select{
	color:#5A8C32;
	font-size:12px;
	background-color:#EFFBB8;
}
.cb3ColumnContainer{
	float:left;
	width:238px;
}
.cb2HalfColumnContainer{
	float:left;
	width:138px;
}
.singleCheckBox{
/*	width:25px;*/
	float:left;
	height:20px;
	vertical-align:top;
}
.singleCheckBox label{
	margin-left:10px;
	line-height:normal;
}
.singleCheckBoxLabel{
margin-left:10px;
	float:left;
	width:300px;
	line-height:normal;
}
.cbLabel2{
	float:left;
	line-height:normal;
}
.cbLabel3{
	float:left;
	line-height:normal;
}
.formError{
	color:#C00;
	margin-bottom:15px;
}

.fullWidthInput input, .fullWidthInput textarea
{
	width:337px;
}
.quarterWidthInput input, .quarterWidthInput select
{
	width:81px;
}
.threeQuarterWidthInput input, .threeQuarterWidthInput select
{
	width:249px;
}
.threeQuarterWidthInput2 input
{
	width:242px;
}

.nextButton{
	display:block;
	clear:both;
	margin-top:15px;
}
.noBackground input{
	background:none;
}
.TB_Background input{
	background-color:#EFFBB8;
}
.stepInfoPhoneType{
	color:#646464;
	font-size:12px;
	margin-bottom:8px;
	margin-top:4px;
}
.stepInfoPhoneType input{
	margin-left:0px;
}
.stepInfoPhoneType label{
	margin-left:3px;
	margin-right:10px;
}