@charset "utf-8";
/* CSS for secure elements only */

#ed_register, .billpay {
	width: 590px;
}

tr.altrow {
	background-color: #dce2c3;
}

td.rowhead {
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	width: 120px;
}

td.rowhead_left {
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}

td.colhead {
	text-align: middle;
	font-weight: bold;
	background-color: #dce2c3;
}

label.rowhead {
	font-weight: bold;
}

td.rowhead_top {
	text-align: right;
	vertical-align: text-top;
	font-weight: bold;
	width: 120px;
}

td.action {
	text-align: right;
}

#ed_register td, .billpay td {
	vertical-align: middle;
	padding: 3px 3px 3px 3px;
}

.form_container {
	clear:both;
}

.formhelp {
	font-size: 9px;
}

.verisign {
	vertical-align: bottom;
	text-align: right;
}

.step {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3px 0px 3px 0px;

}

#cc_online {
	width: 265px;
	padding: 3px 3px 3px 3px;
	background-color: #dce2c3;
	vertical-align: top;
}

textarea {
	
}

.ccError {
	padding: 5px 5px 5px 5px;
	background-color:#dce2c3;
	font-weight: bold;
	border: 2px groove black;
}