#step-container > br { display: none; }
#step-container 
{
	background: url(../images/prayer-landing/box-top.gif) top left repeat-x; 
	border: solid 1px #e5e5e5; 	
	text-align: center; 
	margin-bottom: 15px;
}
#step-container br { display: block; }
#step-container * { text-align: left; }
.step-title
{
	color:#3C5B87;
	font-size:152%;
	font-weight:normal;
	padding:0pt 0pt 7px;	
}
ul.steps
{
	display: table;
	margin: 7px auto;
	*zoom: 1;
	*display: inline;
}
ul.steps li
{
	float: left;	
	font-size: 138.5%;
	padding: 0 0.75em;
}
ul.steps li.first
{
	padding: 0 0.75em 0 0;
}
ul.steps li.last
{
	padding: 0 0 0 0.75em;
}
ul.steps li.selected
{
	color: #3C5B87;
	font-weight: bold;
	padding: 0 0.75em 0 0;
}


#RequestPrayerInPage
{
    border: solid 1px #bca96a;
    background-color: #e6d7a4;
	padding: 15px;
}
#RequestPrayerInPage .title
{
    color: #335d7b;
    font-size: 116%;
    text-align: left;
}
#RequestPrayerInPage .titlePadding
{
    padding-top: 0.5em;
}
#RequestPrayerInPage #txtPrayFor, #RequestPrayerInPage #txtPrayer
{
    border: solid 1px #bca96a;
    background-color: #fff8df;
    color: #335d7b;
    font-size: 116%;
    width: 100%;
} 

.prayer-button
{
    padding: 0.5em 0 0 0.75em;
	text-align: right;
}

.cert-image
{
	float: left;
	height:211px;
	padding-right: 0.5em;
	text-align: left;	
	width: 155px; 
}

.smallNote
{
	font-size: 77%;	
}

.ProgressBar
{
	background: url(../../images/website/progress-bg.gif) repeat-x top left;
	text-align: left;
    font-size: 116%;
    width: 100%;
	vertical-align: top;
	top: -1;
	position: relative;
	padding-top: 2px;
	text-align: right;
}
.ProgressBar img
{ 
	position: relative;
	float: left;
}
.Usage
{
	padding-top: 6px;
	font-size:69%;
	height: 1.25em;
}

.ProgressBar #ProgressIndicator
{
	vertical-align: top;
	top: -2;
	position: relative;
	height: 5px;
	width: 0;
	margin: 0px 2px;
}

.prayer-info-box 
{ 
	background: url(../images/prayer-landing/box-top.gif) top left repeat-x; 
	border: solid 1px #e5e5e5; 
	text-align: left;
	padding: 15px;
}
.how-it-works
{
	list-style-type: square;
	list-style-position: outside;
}
.how-it-works li
{
	margin: 0.25em 0 0.25em 1.25em; 
}
.simple-steps
{
	list-style-type: decimal;
	list-style-position: outside;
}
.simple-steps li
{
	margin: 0.25em 0 0.25em 1.9em; 
}