table.formcust {
	border: 0;
	margin: 0;
	padding: 0;
}

table.formcust th {
	font-weight: 700;
}

table.formcust td {
	vertical-align: middle;
	padding: 5px;
}

table.formcust td.formcust_td_center {
	align-content: center;
	text-align: center;
}

.formcust_is_inactive {
	background-color: #CCCCCC;
	color:#999999;
}

.formcust_is_inactive td input {
	background-color: #DDDDDD;
	color:#888888;
	border:#555555;
}

.formcust_is_active {
	background-color: none;
	color:#000000;
}

.formcust_is_active td {
	background-color: none;
	color:#000000;
}

.formcust_is_active td input {
	background-color: none;
	color:#000000;
	border:#000000;
}

th.formcust_tableinfohead {
	background-color: #E0E0E0;
	font-weight: 200 !important;
	font-style: italic;
	padding: 4px;
}

th.formcust_tablehead {
	font-variant: 800 !important;
	padding: 4px;
}

#formcusts_unsubscribe_email {
	width: 420px !important;
}

#formcust_infobox {
	padding: 12px;
	border: 1px #999999;
	background-color: #CCCCCC;
	color: red;
}