﻿fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	/*
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
	background-image: url(images/fieldset_gradient.jpg);
	background-repeat: repeat-x;
	*/
	border: 0;
}

strong
{
    font-weight : bold;
}

em
{
    font-weight : lighter;
    font-style : italic;
}

.notice
{
	color: #ff0000;
}

legend
{
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

fieldset label.manual
{
	position:relative;
	float: left;
	clear: left;
	width: 10em;
	margin-right: 1em;
}
/*
fieldset span input[type=radio]
{	
	float: left;
	clear: left;
	margin-right: 0.5em;	
}
*/
fieldset label
{
	position: relative;
	float: left;	
	width: 10em;
	margin-right: 1em;
}

fieldset  label em
{
	position: absolute;
	left: 10em;
	top: 0;
}

fieldset fieldset
{
	margin-bottom: -2.5em;
	border-style: none;
	background-color: transparent;
	background-image: none;
}

fieldset fieldset legend
{
	margin-left: 0;
	font-weight: normal;
}

fieldset fieldset ol
{
	position: relative;
	top: -1.5em;
	margin: 0 0 0 11em;
	padding: 0;
}

fieldset fieldset label
{
	float: none;
	width: auto;
	margin-right: auto;
}

fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}

fieldset li.exempt label 
{
	float: none;
	width: auto;
	margin-right: auto;
	margin-left: 0.5em;
}


.loginpanel
{
 width: 265px;
}

.loginpanel .title
{
	font-family:georgia; 
	font-weight:bold; 
	font-size:16px; 
	color:#7D8161; 
	text-align:left; 
	margin-bottom:3px;
}

.loginpanel .failure
{
	display: block;
	text-align: left;
	color: #FF0000;
	font-size: 10px;
	padding: 10px 0px 10px 0px;
}

.headerspacer
{
	height:141px;
}

.headerspacerPrintFriendly
{
	height:50px;
}


/*  this change was required to fix a problem
where the hyperlinks for a logged in user are shown in the FAQ link style
on the FAQ page - Bob Pittenger - 3/6/09 */
.subscriberloggedin
{

}

.subscriberloggedin	a:link
{
	text-decoration:underline; 
	color: rgb(0,0,255)
}

.subscriberloggedin a:visited
{
	text-decoration:underline; 
	color: rgb(128,0,128)
}

.subscriberloggedin a:hover
{
}

.subscriberloggedin a:active
{
	text-decoration:underline; 
	color: rgb(255,0,0)
}



