/*
*/

/* ZOP FORMATING */
.zipbox {padding:10px; background-color:#73B64C; text-align:center; color:#ffffff;border-top:1px solid #482F24; border-bottom:1px solid #482F24; font-weight:bold;}

/* LEAD FORM FORMATING */
fieldset{
	display: block;
	margin:0;padding:0;
	border:none;
}
fieldset#formHolder{
	float:left;
	padding:10px 0 30px 0;
}
        fieldset.checkbox input {
                float: left;
                position: relative;
                top: .2em;
                left: 0;
//              left: -.3em; /* IE will still read this line, this is what we want. */
                margin: 0;
        }
        fieldset.checkbox label {
                position: relative;
                top: 0;
                left: .1em;
                width: 24em;
                float: right;
//              margin-top: .3em; /* IE will still read this line, this is what we want. */
                font-weight: bold;
        }


p.indicates_required em{
	color:#f00;
	font-weight:bold;
}
	
legend{
	color: #000;
}
input, select{
	position: relative;
	top: -1.4em;
	left: 9.6em;
}
input.text{
	width: 10em;
}
input.checkbox{
	padding:0;
}
input#submit{
	display:block;
	clear:both;
	left:0;top:0;
	margin:2.4em auto;
}
fieldset fieldset{
	clear:left;
	float:left;
	display:inline;
	margin:.3em 0;
}
label{
	clear: both;
	float: left;
	display: inline;
	position:relative;
	width:20em;
	margin-top: -1em;
}
label.first, label.continued{
	margin-top: 1em;
}
	label strong{
		display:block;
		width:6em;
		white-space: nowrap;
	}
	label em{
		position:absolute;
		top:.2em;
		left:-1em;
		color:#f00;
	}
	label span.eg{
		display:block;
		position:relative;
		left: 9.6em;
		top:-1.4em;
		margin-bottom:-.8em;
	}
	fieldset fieldset span.eg{
		display:block;
		width:10em;
		position:relative;
		left:8.6em;
		top:-1.4em;
	}

/* error catching */
.formError {color:#FF0000; font-weight:bold; font-size:12px;} /* old */


label.error{
	padding-bottom:4.4em;
}
label.error em{
	display:block;
	clear:left;
	left:12em;
	top:2em;
	width:12.1em;
	margin:0;
	padding:0 .4em;
	background-color:#fcb;
	font-size:.8em;
	line-height:1.8;
	z-index:10;
}
label.error input{
	border:1px solid #f00;
	margin:0;
}
label.error strong{
	color:#f00;
}
	
/******************** Phone Styles ********************/
fieldset.phone{
	width:20em;
	position:relative;
}
	fieldset.phone legend{
		margin-left:-.7em;
	}
	fieldset.phone legend label{
		float:none;
		height:1.2em;
	}
	fieldset.phone legend label strong{
		position:relative;
		width:8em;
	}
	fieldset.phone input{
		float:left;
		margin: 0 .4em 0 0;
		width:2.4em;
	}
		fieldset.phone input.phone_suffix{
			width:3.4em;
			margin-right:0;
		}
		fieldset.phone input.text{
			width:10em;
		}
	fieldset.phone em{
		left:-1em;
	}
	fieldset.error{
		margin-bottom:5em;
	}
	fieldset.error label strong{
		color:#f00;
	}
	fieldset.error input{
		border:1px solid #f00;
	}
	fieldset.error legend label em{
		float:left;
		clear:left;
		left:11.7em;
		top:1.8em;
		width:12.1em;
		margin:0 0 2em 0;
		padding:0 .4em;
		background-color:#fcb;
		font-size:.8em;
		line-height:1.9;
		z-index:10;
	}
fieldset#phone2, fieldset#phone3{
	margin-top:-1.1em;
}
fieldset#phone1.error{
		margin-bottom:3em;
}
	
/* Radio styles */
fieldset.radio{
	width:22em;
	margin:0 0 1.6em 0;
	padding:0;
}
	fieldset.radio legend{
		font-weight:bold;
		position:relative;
		margin-left:-.7em;
	}
		fieldset.radio legend strong{
			position:relative;
			display:block;
			width:23em;
			font-weight:bold;
		}
	fieldset.radio label{
		float:left;
		clear:right;
		width:4.6em;
		display:inline;
		white-space:nowrap;
		margin:0;
	}
		fieldset.radio label strong{
			clear:none;
			display:inline;
			width:4em;
			font-weight:normal;
		}
	fieldset.radio input{
		clear:none;
		float:none;
		display:inline;
		position:relative;
		top:0;
		left:0;
		margin:0;
		padding:0;
	}
	fieldset.radio em{
		position:absolute;
		left:-1em;
		color:#f00;
	}

/* checkbox styles */
label.checkbox{
	width:23em;
	padding:.2em 0;
	margin:0 1em 1.6em 0;
}
label.checkbox strong{
	float:none;
	display:inline;
}
label.checkbox input{
	float:none;
	display:inline;
	left:0;
	top:0;
	margin:0 .1em 0 0;
	vertical-align:middle;
}
	
label#program_field, label#campus_field, label#comments_field{
	margin-top:.4em;
}
label#program_field select, label#campus_field select {
	display:block;
	left:0;
	top:0;
}

label#program_field.error em, label#campus_field.error em{
	display:block;
	clear:left;
	top:4em;
	left:0;
}
