form.cncrpc-registration,
form.skin-diagnostics {
	display: none;
}

form.skin-diagnostics .username {}
form.skin-diagnostics .email {
	font-weight: normal;
}


form.skin-diagnostics ul {
	list-style-type: none;
}

.name-search-results li label {
	margin: 0;
}

.name-search-results li {
	background: #e7e7e7;
	margin-bottom: 5px;
}

.name-search-results .selected-name {
	display: block;
	width: 100%;
	padding: 10px 20px;
}

.name-search-results .selected-name .username {
	font-weight: bold;
}

.allowed-product-types select {
	max-width: 40%;
	float: left;
}
.allowed-product-types input {
	max-width: 35%;
	margin-left: 1%;
	float: left;
}

.allowed-product-types .remove-type-selection {
	max-width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
}

.allowed-product-types li:after {
	content: '';
	clear: both;
	display: block;
}

.prodselect-success {
	color: #2e7b32;
	border: 1px solid #2e7b32;
	background-color: #9fefa9;
	padding: 10px 30px;
	font-weight: bold;
}
