#Rg_pane {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #000;
	display: none;
}
#Rg_pane[id='Rg_pane'] {
	position: fixed;
}
#Rg_subpane {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 30px;
	z-index: 5001;
	background-color: #778;
	color: #fff;
	display: none;
	font-family: verdana, sans-serif;
}
#Rg_subpane[id='Rg_subpane'] {
	position: fixed;
}
#Rg_subpane a {
	color: #ccf;
	font-weight: bold;
	text-decoration: none;
}
#Rg_subpane a:hover {
	text-decoration: underline;
}
#Rg_subpane .error {
	color: #fcc;
}
#Rg_steps {
	border-bottom: 1px solid #444;
}
#Rg_steps b {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}
#Rg_steps span {
	color: #ccc;
	font-weight: bold;
	font-family: verdana;
}
#Rg_steps .selected {
	color: #ccf;
}
.Rg_signup {
	font-family: verdana;
	font-size: 10pt;
	color: #fff;
}
.Rg_signup th {
	text-align: right;
	padding-left: 2em;
}
.Rg_notes {
	font-size: smaller;
}
.Rg_action th {
	border-top: 1px solid #444;
}
td.Rg_newsletters {
	vertical-align: top;
}
div.Rg_newsletters {
	overflow: auto;
	height: 15em;
	font-family: verdana,sans-serif;
	font-size: 10px;
}
div.Rg_newsnote {
	font-size: 12px;
}
.Rg_newsletterheader {
	font-weight: bold;
	color: #ccf;
}
.Rg_cancel {
	display: block;
	font-family: verdana, sans-serif;
	float: right;
	margin-right: 3em;
}

