.leadForm {
	width: 100%;
}

.field_isRequired {
	 border: 1px solid rgb(255, 0, 0);
	-moz-box-shadow: rgb(255, 0, 0) 0px 0px 1.5px 1px;
	-webkit-box-shadow: rgb(255, 0, 0) 0px 0px 1.5px 1px;
	box-shadow: rgb(255, 0, 0) 0px 0px 1.5px 1px;
}

.noBox {
	box-shadow:	none;
}

/* ACTION FORM STYLES */

.actionform {
	width: 95%;
	margin: 0 2.5%;
}
	
.actionform .formsection {
	margin: 20px 0;
}
	
.actionform .formsectiontitle {
	padding: 3px;
	font-size: 120%;
	font-weight: bold;
}
	
.actionform ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
}
	
.actionform ul li {
/*	height: 32px;*/
	padding: 4px 0;
	line-height: 24px;
	vertical-align: middle;
	margin: 2px 0;
	width: 100%;
	float: left;
}
.actionform ul li div.actionforminput {
	width: 60%;
	float: right;
	margin-right: 5%;
	font-size:1em; /* added this for ticket 173890 dcs 2014-05-15 - also commented out the line below */
	/* font-size:18px;*/  /* adding this causes iphone to not zoom in on focus */
}

.actionform ul li div.actionforminputfinal {
	width: 100%;
	float: right;
	margin-left: 15%;
}

.actionform ul li label.actionformlabelfinal {
	width:100%;
	float: left;
	word-wrap: normal;
}

.actionform ul li input.ui-helper-hidden-accessible {
	width: 100px;
	float: left;
	margin: 0;
}
	
.actionform ul li textarea {
	width: 95%;
}
	
.actionform ul li select option {
	padding-right: 5px;
}
	
.actionform .multipart_header {
	padding: 10px;
}
	
.actionform .multipart_header .prev_button {
	float: left;
	width: 75px;
}
	
.actionform .multipart_header .next_button {
	float: right;
	width: 75px;
}

.actionform  .progressbar {
	margin: 0 auto; /*120*/
}

.actionform  .cxprogressbar .cxprogressname {
	display:none;
}
	
.actionform  .disclaimer {
	width: 90%;
	margin: 3px 5%;
	font-size: .9em;
	line-height: 1.3em;
}	
.actionform  .submit_button {
	width: 150px;
	margin: 3px;
	display: inline-block;
}

.actionform .inputTiny {
	width: 25px;
}

.actionform .inputShort {
	width: 50px;
}

.actionform .inputMid {
	width: 110px;  /* ticket 145524 jln  change from 100*/
}

.actionform .inputLong {
	width: 150px;
}

.actionform .inputFull {
	width: 95%;
}

.hidden_cx5_field {
	display: none;
}

#ce_pl_prequal_popup p { /* 20160425 nna 293037 */
	font-size: .7em;
	}

@media screen and (max-width: 480px) {
	.actionform ul li {
		margin-right: 5%;
		line-height: normal;
	}
	.actionform ul li div.actionforminput {
		width: 90%;
		display: block;
		clear: both;
		float: none;
		margin-right:0;
		font-size:1em; /* added this for ticket 173890 dcs 2014-05-15 - also commented out the line below */
	}
}

@media screen and (max-width: 768px) {
	#cot_tl_pop {
		z-index: 1;
		display: none;
	}
}

@media screen and (min-width: 560px) and (max-width: 899px) {
	.actionform {
		width: 95%;
		margin: 0 2.5%;
	}
	/*.actionform  .cxprogressbar {
		margin: 0 auto; /*120px;*/
	/*}*/
	.actionform  .cxprogressbar .cxprogressname {
		display:inline;
	}
	.actionform .multipart_header .prev_button {
		float: left;
		width: 75px;
	}
	.actionform .multipart_header .next_button {
		float: right;
		width: 75px;
	}
	.actionform ul li div.actionforminputfinal {
		width: 50%;
		float: right;
		margin-right: 5%;
	}
	.actionform ul li label.actionformlabelfinal {
		width: 45%;
		float: left;
		word-wrap: normal;
	}
}
	
@media screen and (min-width: 900px) {
	.actionform {
		width: 95%;
		margin: 0 2.5%;
	}
	/*.actionform  .cxprogressbar {
		margin: 0 auto; /*120px;*/
	/*}*/
	.actionform  .cxprogressbar .cxprogressname {
		display:inline;
	}
	.actionform .multipart_header .prev_button {
		float: left;
		width: 100px;
	}
	.actionform .multipart_header .next_button {
		float: right;
		width: 100px;
	}
	.actionform ul li div.actionforminput {
		font-size:1em; 
	}
	.actionform ul li div.actionforminputfinal {
		width: 50%;
		float: right;
		margin-right: 5%;
	}
	.actionform ul li label.actionformlabelfinal {
		width: 45%;
		float: left;
		word-wrap: normal;
	}
}