#cancel-link {
	display: none;
}

#top {
	margin-top: 5px;
	position: relative;
}

#schoolLogo {
	float: left;
}
#egLogo {
	float: right;
	width: 332px;
	height: 85px;
	background: url(../images/logo0.png) no-repeat transparent;
	behavior: url(/assets/js/iepngfix.htc);
}

.center {
	width: 1000px;
	margin: 0 auto;
}

h1, h2, h3 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #334B65;
}

.infoBlock {
	float: left;
	width: 500px;
	padding: 15px;
}

#bottom {
	border: solid #fff 1px;
	background: url(../images/capture_desc_bg.gif) repeat-x #fff;
}

#capture-form {
	width: 440px;
	background: url(../images/capture_bg.gif) repeat-x #bac5ca;
	color: #fff;
	float: right;
}

#capture-form .button {
	width: 145px;
	height: 54px;
	cursor: pointer;
	background: url(../images/button_getinfo2.png) no-repeat;
	border: none;
	behavior: url(/assets/js/iepngfix.htc);
}

#capture-form h1 {
	color: #fff;
}

#capture-form td.label {
	
}

#capture-form div.outer {
	width: 100%;
	height: 100%;
	position: relative;
}

#capture-form div.outer div.outerForm {
	z-index: 2;
}
#capture-form div.outer div.image {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}

#capture-form div.outer h1 {
	margin: 15px;
}

#capture-form table {
	margin: 0px 0px 350px 15px;
}

#capture-form-p {
	font-size: 175%;
	font-weight: bold;
}

.people-nurse {background: url(../images/people/nurse.png) no-repeat bottom right; width: 243px; height: 339px;}
.people-medical {background: url(../images/people/nurse2.png) no-repeat bottom right; width: 326px; height: 340px}
.people-tech {background: url(../images/people/tech.png) no-repeat bottom right; width: 288px; height: 340px}
.people-trade {background: url(../images/people/trade.png) no-repeat bottom right; width: 241px; height: 340px}
.people-teacher {background: url(../images/people/teacher.png) no-repeat bottom right; width: 208px; height: 338px}
.people-baker {background: url(../images/people/baker.png) no-repeat bottom right; width: 316px; height: 340px}

#programDescription {
	margin-bottom: 10px;
}

span.req {
	color: #F00;
	font-weight: bold;
	margin-left: 3px;
}

#errors li span {
	color: #F00;
	font-weight: bold;
}
#errors li {
	font-size: 10pt;
}
#submitcell {
	padding-top: 15px;
}
.continueLink {
	font-size:16px;
	font-weight:bold;
	color:black;
}
#questions label.qlabel {
	display: block;
}
.outerForm p {
	margin: 15px;
}