#SignupWrapperDiv {
	width:900px;
	height:76px;
	position:relative;
}

a.special {
	text-decoration:none;
}
a.special:hover {
	text-decoration:underline;
}


#LogoImageSignup {
	position:absolute;
	left:0px;
	top:5px;
}
h1.bolded {
	font-weight:bold;
}

h2 {
	color:#8f8f8f;
}

h3 {
	color:#8f8f8f;
}

.narrowlabel label {
	width:100px;
}

label {
	width:140px;
}

.longlabel label {
	display:block;
	font-weight:bold;
	color:#888888;
	width:800px;
	margin-bottom:4px;
}
.longlabel label.radio {
	display:inline;
	font-weight:normal;
	color:black;
}
.longlabel input,.longlabel textarea,.longlabel select {
	float:none;
	margin-left:30px;
/*	margin-bottom:8px;*/
	/*line-height:200%;*/
}



.longlabel label input {
	margin-left:4px;
}

.payment_options {
	background-color: #eeeeee;
	padding: 10px;
}


.payment_options h2 {
	font-size:16px;
	color: #999999;
}

textarea {
	margin-bottom:5px;
}


[type="text"] {
	width:142px;
}

[type="password"]{
	margin-bottom:5px;
	width:142px;
}
textarea {
	font-size:12px;
	color:#333333;
}

#errornotice_MailingAddress1{
	vertical-align:top;
}

.inputdecoration {
	font-style:italic;
	color:#888888;
}

.giantnotice {
	background:#FBEC88;
	padding:10px 20px;
	
	text-align:center;
	color:#888888;
	
	font:18px arial;
	
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.giantnotice.gray {
	background:#dddddd;
	color:#666666;
	font:bold 14px arial;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.giantnotice p {
	margin:4px 0;
}
.giantnotice .minor {
	font:12px arial;
}

.electionwarning {
	text-align:left;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:30px;
}

table.policy {
	width:708px;
	border:none;
	padding:0;
	margin:0;
}

table.policy th {
	margin:0;
	padding:0;
	padding-left:10px;
}

table.policy td {
	margin:0;
	padding:0;
	border-left:solid 2px #dadada;
	border-right:solid 2px #dadada;
	border-bottom:solid 2px #dadada;
}

table.policy td.content_area {
	height:80px;
	padding:10px;
	vertical-align:top;
}

td.content_area div.content_block {
	float:left;
	width:150px;
	height:80px;
}


td.content_area div.content_block div.label {
	font-size:11px;
}

td.content_area div.content_block div.data {
	font-size:13px;
}

th.policy_pending {
	color:#ffffff;
	background-color:#888888;
	height:30px;
}

th.policy_approved {
	color:#ffffff;
	background-color:#00669D;
	height:30px;
}

th.policy_canceled {
	color:#ffffff;
	background-color:#DB4D00;
	height:30px;
}

th.policy_rejected {
	color:#ffffff;
	background-color:#DB4D00;
	height:30px;
}

th.policy_pending a, th.policy_approved a, th.policy_canceled a, th.policy_rejected a {
	color:#fff;
}

h1.preheader {
	color:#888888;
	font:bold 18px arial;
}

.green {
	background:#009E37;
	border:1px solid #008c25;
	
	font:bold 12px arial;
	color:white;
	text-decoration:none;
	
	padding:2px 12px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.green.big {
	padding:4px 16px;
	font-size:14px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
.gray {
	background:#cccccc;
	border:1px solid #cccccc;
	
	font:bold 12px arial;
	color:white;
	text-decoration:none;
	
	padding:2px 12px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.gray.big {
	padding:4px 16px;
	font-size:14px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}



.report{
	border-bottom:none; 
}
.report table {
	border-collapse: collapse;
}

.ReportHeader th{
	padding:8px;
}
.report td{
	padding:8px;
}



.greenh2 {
	color:#009E37;
	font-weight:normal;
	font-size:20px;
}

ol li {
	margin-bottom:10px;
}

span.enrollmentDate {
	/*font-size:13px;*/
	/*font-style: italic;*/
	font-weight:bold;
	/*color:#000;*/
	text-decoration:underline;
}

.login_box {
	width:500px;
	padding:20px;
	border:1px solid #ddd;
	margin-top:10px;
}

.login_box h2 {
	font-size:20px;
}

.login_help, .login_help a {
	color:#8F8F8F;
}

.ui-datepicker-trigger {
	vertical-align:middle;
	margin-bottom:3px;
	margin-left:3px;
}



.container label.required, .dialog label.required {
	background:url(/images/required.png) top right no-repeat;
}
