div.hr		/* Acts like an HR, but without the aggrivating attempts to make the HTML validate */
{
	border-bottom: 1px #334362 solid;
	clear: both;
	font-size: 1px;
	height: 1px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 100%;
}

form td, input, select
{
	font-size: 11px;
}


input.btnContinue
{
	background-color: ##eaecf5; 
	border: 1px solid ##8c92c3; 
	width: 120px;
}


input.form
{
	width: 143px;
}


select
{
	width: 149px;
}


/* Style for "opportunities" prefixed pages */


h1#oppH		/* Header style for opportunities pages */
{
	background-color: #eaecf5;
	border-bottom: 1px solid #8c92c3;
	clear: both;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 8pt;
	padding: 2pt;
	text-align: center;
}

#oppError
{
	color: #900000;
	font-weight: bold;
	margin: auto;
	width: 95%;
}