/*
*/

.zipbox { padding:10px; background-color:#822C40; text-align:center; color:#ffffff; border-top:1px solid #482F24; border-bottom:1px solid #482F24; font-weight:bold; }

fieldset {
	display: block;
	margin:0;padding:0;
	border:none;
}
	fieldset#formHolder {
		float:left;
		padding:10px 0 30px 0;
	}

p.indicates_required {
	margin-bottom: 2em;
}
	p.indicates_required em {
		color:#f00;
	}
	
legend {
	color: #000;
}
input, select{
	position: relative;
	top: -1.5em;
	left: 9.6em;
}
fieldset fieldset input {
	left: 9.8em;
}
input.text {
	width: 10em;
}
input.checkbox {
	padding:0;
}
input#submit {
	background-color:#822C40; color:#FFFFFF; border:2px solid #FFFFFF outset; padding:5px; font-weight:bold;
	display:block;
	clear:both;
	top:0;
	margin:2.4em auto;
//	margin: 2.4em 0;
}

label, fieldset fieldset {
	clear: both;
	float: left;
	display: inline;
	position:relative;
	width:20em;
	margin-top: -1em;
}

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;
	}
	fieldset fieldset span.eg {
		display:block;
		width:10em;
		position:relative;
		left:8.6em;
		top:-1.4em;
	}

/******************** ERRORS ********************/
.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;
	}
	
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;
	}

/******************** PHONE ********************/
fieldset.phone {
	width:20em;
	position:relative;
	left: -.2em;
}
	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-right: .3em;
		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#phone2, fieldset#phone3 {
	margin-top:-1em;
}
fieldset#phone1.error {
	margin-bottom:3em;
}

/******************** TEXT LINE ********************/
fieldset.text {
	width: 25.5em;
	margin: -.9em 0 1.3em 0;
	padding:0;
	padding-bottom: 1.2em;
}
	fieldset.text fieldset {
		font-weight:bold;
		width: 100%;
		position: relative;
		top: .9em;
		left: 0;
	}
		fieldset.text fieldset em {
			position: absolute;
			top: .2em;
			left: -1em;
			color: #f00;
		}

/******************** RADIO ********************/
fieldset.radio {
	width: 25.5em;
	margin: -.9em 0 1.3em 0;
	padding:0;
	padding-bottom: 1.2em;
}
	fieldset.radio fieldset {
		font-weight:bold;
		width: 100%;
		position: relative;
		top: .9em;
		left: 0;
	}
		fieldset.radio fieldset em {
			position: absolute;
			top: .2em;
			left: -1em;
			color: #f00;
		}
		fieldset.radio label {
			clear:right;
			float:left;
			width:4.6em;
			white-space:nowrap;
			margin:0;
		}
			fieldset.radio label input {
				float:left;
				position:relative;
				top: -.1em;
				left: -.4em;
			}

/******************** CHECKBOX ********************/
fieldset.checkbox {
	width: 25.5em;
	margin: -1em 0 1.7em 0;
//	margin-top: -1.3em; /* IE will still read this line, this is what we want. */
	padding-bottom: .1em;
}
	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;
	}
	fieldset.checkbox em {
		position: absolute;
		left: -2.6em;
//		left: -2.8em;
		color: #f00;
	}

/******************** DROP DOWN A LINE ********************/
label#program_field, label#campus_field, label#comments_field {
	margin-bottom: 1.5em;
}
	label#program_field select, label#campus_field select {
		display:block;
		left:0;
		top:0;
	}
