body {
	margin:0;
	padding:0;
	background:url(back3.gif) #ffe1e2;
	font-family: Verdana, Helvetica, sans-serif;
}
#container {
	width:726px;
	margin:0 auto;
}
#container .headline,
#container .ddi_group_headline{
	padding:10px 0 0;
	font-size:26px;
	text-align:center;
}

#container .ddi_group_headline h1 {
	font-size:26px;
	font-weight:normal;
	margin:0px;
	padding: 0px;
}

#container .ddi_group_subHeadline h3 {
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	margin:0px;
}
#container .occ {
	font-size:30px;
	color:#820034;
}
#container .subheadline,
#container .ddi_group_subHeadline{
	padding:8px 0 12px;
	font-size:18px;
	line-height:22px;
	text-align:center;
}
#container .col01 {
	float:left;
	padding:20px 0 0;
	width:257px;
	text-align:center;
}
#container .col02 {
	float:right;
	padding:20px 0 0;
	width:469px;
}
#container .top, #container .bottom {
	height:13px;
	font-size:0;
	line-height:0;
}
#container .top {
	background:url(form-top-3.gif) no-repeat;
}
#container .bottom {
	background:url(form-bottom-3.gif) no-repeat;
}
#container .inner {
	background:url(form-back-3.gif) repeat-y;
	padding:6px 10px;
}
#container .cta,
#container .ddi_group_cta{
	font-size:22px;
	background:url(cta-back.gif) no-repeat;
	padding:12px 0 18px 60px;
}
#container .congrats-txt {
	font-size:14px;
	color:#0b5000;
	display:block;
	padding:6px 0;
}


/* matched schools */

.matched-schools {
	width:180px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
}
.matched-schools ul {
	margin:10px auto;
	padding:0;
}
.matched-schools li {
	border-top:1px dotted #cbcbcb;
	margin:0;
	padding:8px 0;
	list-style:none;
}

/* footer */

#footer {
	padding:20px 120px;
	font-size:11px;
	text-align:center;
	color:#7a4647;
}
#footer a {
	text-decoration:none;
	color:#7a4647;
}
#footer a:hover {
	text-decoration:underline;
}


/* progress */

.meter {
  width: 120px;
  height: 10px;
  border: 1px solid #808080;
  overflow: hidden;
  position:relative;
  text-align:left;
}

.progress {
  background:#e10000;
  height: 10px; 
}
.progresslabel {
	display:none;
}



