.form-message-error.w-form-fail {
	top: 32% !important;
}

div#tv-selection div.package-selections label.channel-package:hover {
	background-color : rgb(0, 83, 151);
	color: rgb(255, 255, 255);
}
div#tv-selection div.channel:hover div.channel-overlay {
	opacity: .8;
}
div#tv-selection > .channel-close:hover {
	background-color : rgb(0, 83, 151);
	color: rgb(255, 255, 255);
}
div#tv-selection > div.channel-buttons > a:not(.channel-disable):hover {
	background-color : rgb(0, 83, 151);
	color: rgb(255, 255, 255);
}

.validation-error {
	outline: 3px solid #ff3737;
	box-shadow: 0 0 20px 12px #e713137a;
}
