#standardPage {
	background-color: #FFFFF8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin:20px auto 20px auto;
	border:2px ridge #FFFFFF;
	width:95%;
	text-align:center;
}

#standardPage h1 {
	background-color: #8888cc;
	color: #ffffee; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:2px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	border-bottom:2px ridge #FFFFFF;
}

#standardPage h2 {
	background-color: #8888cc;
	color: #ffffee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: center;
	width:90%;
	margin:10px auto 10px auto;
}

#standardPage h4 {
	font-weight:bold;
	margin:10px;
	text-align:center;
}

#rightNav {
	width:10%;
	margin:20px;
	float:right;
}

#standardPage .note {
	padding:3px;
	width:60%;
	margin:10px auto 10px auto;
	text-align:left;
}

#standardPage form {
	margin:5px;
	padding:5px;
}

#standardPage form .paramRegion {
	margin-top:10px;
	text-align:left;
}

#standardPage form .buttonRegion {
	margin:10px;
	text-align:left;
}

#standardPage form label {
	float:left;
	text-align:right;
	margin-top:3px;
	width:10%;
}

#standardPage input {
	margin-left:10px;
}
#standardPage button {
	text-align:center;
}
/*
Subscriber Services
*/

#standardPage .column {
	margin:20px auto 20px auto;
	width:60%;
}

#standardPage #picker{
	margin-left:30%;
}
#standardPage #picker input {
	width:30%;
}

