﻿.eligibility-background
{
	
	width: 797px;
	min-height: 300px;
	border: 1px solid #000000;
	background-image: url("images/graybg3.jpg");
	border:1px solid #B9B9B9;
}

.eligibility-start-button
{
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("images/Start.jpg");
	width: 242px;
	height: 69px;
	background-color: Transparent;
	border: none;
	cursor: pointer;
	font-family: Courier New;
	font-weight: bold;
	font-size: x-large;
	float:right;
}

.eligibility-next-button
{
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("images/next.jpg");
	width: 242px;
	height: 69px;
	background-color: Transparent;
	border: none;
	cursor: pointer;
	font-family: Courier New;
	font-weight: bold;
	font-size: x-large;
	float:right;
}

.eligibility-previous-button
{
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("images/prev.jpg");
	width: 242px;
	height: 69px;
	background-color: Transparent;
	border: none;
	cursor: pointer;
	font-family: Courier New;
	font-weight: bold;
	font-size: x-large;
	float:left;
}

.eligibility-finish-button
{
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("images/finish.jpg");
	width: 242px;
	height: 69px;
	background-color: Transparent;
	border: none;
	cursor: pointer;
	font-family: Courier New;
	font-weight: bold;
	font-size: x-large;
	float:right;
}

.eligibility-questions
{
	width: 740px;
	font-family: Arial;
	font-size: 24px;
	text-align: center;
}

.eligibility-buttons
{
	width: 740px;
	margin-top: 35px;
	margin-bottom:20px;
}

.eligibility-questions-summary
{
	width: 740px;
	font-family: Arial;
	font-size: 18px;
	text-align: center;
}



#progress-border
{
	background: url(images/progress-back.png) no-repeat left center;
	width: 316px;
	height: 39px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#progress
{
	float: left;
	background: url(images/progress.png) no-repeat left center;
	height: 20px;
	margin-top:9px;
}
