BODY {
	margin: 0px;
	background: #2e5daa url(images/top_bg.jpg) center top repeat-x;
}
IMG {
	border: 0px;
}
TD.header {
	background: url(images/header_bg.jpg) no-repeat; 
	width: 920px; height: 194px;
	text-align: center;
}
TD.header P {
	font-family: helvetica; font-weight: bold; font-size: 26px;
	color: #385daa; text-shadow: #e3e3e3 1px 1px 2px;
	margin: 0px; margin-left: 130px; margin-right: 158px; margin-top: 50px;
}
TD.progress {
	background: url(images/progress_bg.jpg) no-repeat; 
	width: 920px; height: 32px;
	position: relative;
}
TD.footer {
	background: url(images/footer_bg.jpg) no-repeat; 
	width: 920px; height: 30px;
}
DIV.content {
	position: relative;
}

/* PROGRESS BAR STYLES */
DIV#progress_bar {
	position: absolute; 
	left: 140px; top: 14px;
	width: 660px; height: 9px;
	z-index: 100;
}
DIV.start {
	float: left;
	background: url(images/progress_st.png) no-repeat;
	height: 9px;
}
DIV.complete {
	float: left;
	background: url(images/progress_mid.png) repeat-x;
	height: 9px;
}
DIV#marker_bar {
	position: absolute; 
	left: 140px; top: 14px;
	width: 660px; height: 9px;
	z-index: 90;
}
DIV.marker {
	float: left;
	background: url(images/progress_mark.png) no-repeat;
	width: 4px; height: 9px;
	position: relative;
}
DIV#progress_pos {
	position: absolute; 
	left: 138px; top: 14px;
	width: 9px; height: 9px;
	z-index: 110;
	background: url(images/progress_pos.png) no-repeat;
}
DIV#count_bar {
	position: absolute; 
	left: 132px; top: 23px;
	width: 680px; height: 15px;
	z-index: 90;
}
DIV.counter {
	float: left;
	width: 20px; height: 15px;
	font-family: helvetica; font-size: 10px;
	text-align: center;
	color: #1e479d;
}

DIV#p1 {
	font-family: helvetica; font-weight: normal; font-size: 14px;
	line-height: 18px;
	text-align: justify;
	color: #444444;
	width: 640px;
	margin: 40px 140px;
}
DIV#p1 P, DIV#p1 TD {
	font-family: helvetica; font-weight: normal; font-size: 14px;
	line-height: 18px;
	color: #444444;
}
DIV#p1 P.small {
	font-family: helvetica; font-weight: normal; font-size: 11px;
	line-height: 15px; 
	text-align: center;
}
DIV#p1 H1 {
	font-family: helvetica; font-weight: bold; font-size: 22px;
	line-height: 25px; 
	text-align: left;
}
DIV#p1 H2 {
	font-family: helvetica; font-weight: bold; font-size: 18px;
	line-height: 21px; 
	text-align: left;
}
DIV#p1 FIELDSET {
	border: 1px solid #999999;
	text-align: left;
	margin-bottom: 15px;
}
DIV#p1 OL {
	font-family: helvetica; font-weight: normal; font-size: 14px;
	line-height: 18px;
}

DIV.buttons {
	border: 0px solid red;
	text-align: right;
}
#next {
	float: right; 
	margin: 25px 0px 25px 10px;
	width: 80px; height: 25px;
	background: url(images/button_continue.jpg) no-repeat;
	cursor: pointer;
}
#back {
	float: right; 
	margin: 25px 0px 25px 0px;
	width: 67px; height: 25px;
	background: url(images/button_back.jpg) no-repeat;
	cursor: pointer;
}
.error {
	background: #f2dbb4;
}
