#wide_previous {
	width: 142px;
	height: 36px;
	background: url("images/progress/previous_page.png");
}
#wide_previous:active {
	background: url("images/progress/previous_page__active.png");
}

#wide_next {
	width: 141px;
	height: 36px;
	background: url("images/progress/next_page.png");
}
#wide_next:active {
	background: url("images/progress/next_page__active.png");
}

#wide_exit {
	width: 283px;
	height: 54px;
	background: url("images/progress/save_and_exit.png");
}
#wide_exit:active {
	background: url("images/progress/save_and_exit__active.png");
}

#addendum_previous {
}

#addendum_next {
}
#nested_next {
	float: right;
	width: 150px;
	height: 49px;
	background: url("images/next_page.png");
}
#nested_next:active {
	background: url("images/next_page__active.png");
}

#addendum_exit {
}
