/* =ICX ECRM
------------------------------------------------------------------------------*/

.register_person {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 35px; }

.register_person table {
	width: 100%;
	margin: 0 auto; }

.register_person span {
	vertical-align: middle; }

.register_person input {
	vertical-align: middle; 
	font-size: 12px;
	margin: 2px; }

.register_person fieldset {
	display: block; 
	margin: 3px; 
	border: none; }

.register_person fieldset span {
	display: block; 
	margin: 3px; }

.register_person .title {
	color: #F00;
	font-size: 16px;
	font-weight: bold; 
	text-align: center; 
	padding: 0.5em 0 1.2em; }

.register_person th {
	padding: 2px 2px 12px;
	color: #009;
	text-align: right; 
	font-weight: bold;
	font-size: 12px; 
	vertical-align: top; }

.register_person td {
	color: #000;
	font-size: 10px;
	text-align: left; 
	padding: 4px; }

.register_person .foot {
	color: #666;
	font-size: 10px;
	font-style: italic; 
	text-align: center; 
	white-space: nowrap; 
	padding: 9px; }

.register_person .list_title {
	display: block;
	clear: both;
	text-align: left;
	color: #999;
	font-size: 12px;
	font-weight: bold; 
	white-space: nowrap; 
	padding: 4px 0; }

.register_person .list_label {
	font-weight: bold; 
	clear: left;
	float: left;
	padding: 0 1.0em; }

.register_person .list_item {
	white-space: nowrap; 
	display: table; 
	padding-bottom: 1.0em; }


/*------------------------------------------------------------------------------*/

#system_reply {
	display: block;
	padding: 2px;
	text-align: center; 
	font-size: 14px; 
	font-weight: bold;
	color: #FFF; 
	background: #F00; }

#edit_self {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
/*	font-family:'Times New Roman',Times,Georgia,serif; */
	font-size: 10px; 
	text-align: center; }

#edit_self table {
	margin: 0 auto; }

#edit_self td {
	padding: 2px 2px 12px;
	text-align: left; 
	font-size: 12px; 
	vertical-align: top; 
	white-space: nowrap; }

#edit_self th {
	padding: 2px 2px 12px;
	color: #009;
	text-align: right; 
	font-weight: bold;
	font-size: 12px; 
	width: 40%;
	vertical-align: top; }

#edit_self .label {
	color: #F00;
	font-size: 16px;
	font-weight: bold; 
	text-align: center; 
	padding: 0.5em 0 1.2em; }

#edit_self .edit,
#edit_self .edit a,
#edit_self .edit a:link,
#edit_self .edit a:visited {
	padding: 2px;
	color: #66F;
	font-weight: normal;
	font-style: italic; 
	font-size: 11px; 
	text-decoration: none; }

#edit_self .edit a:hover {
	color: #F00; 
	text-decoration: underline; }

#edit_self .prime {
	margin-bottom: 8px; }

#edit_self fieldset {
	display: block; 
	margin: 3px; 
	border: none; }

#edit_self fieldset span {
	display: block; 
	margin: 3px; }

#edit_self .required {
	color: #900; }

#edit_self .return,
#edit_self a.return,
#edit_self a.return:link,
#edit_self a.return:visited {
	display: block;
	color: #66F;
	font-size: 12px;
	text-decoration: none; }

#edit_self a.return:hover {
	color: #F00;
	text-decoration: underline; }

#edit_self .foot {
	color: #666;
	font-size: 10px;
	font-style: italic; 
	text-align: center; 
	white-space: nowrap; 
	padding: 9px; }

/*----------------------------------------------------------------------------*/

#contact_portal .type {
	float: left;
	clear:left; 
	font-weight: bold; 
	margin-right: 3px; }

#contact_portal .contact {
	display: table; }

#contact_portal table {
	margin: 0 auto; }

#contact_portal td {
	vertical-align: middle;
	border-bottom: 1px solid #FFF; }

#contact_portal #list,
#contact_portal #form {
	vertical-align: top; }

/*----------------------------------------------------------------------------*/

.visible_div {
	display: table; }


