/* Cherry Bomb Intake – brand theme (black, pink, neon green) */
body, html {
	background: #000;
}

.note, fieldset.action {
	color: #fff;
	background: #1a1a1a;
	border-color: #333 #000 #000 #333;
}

.note {
	padding: 8px;
	font-weight: bold;
	color: #e0e0e0;
}

fieldset {
	background: #0d0d0d;
	color: #e0e0e0;
	border: 1px solid #222;
	border-color: #333 #000 #000 #333;
}

.label {
	color: #ccc;
}

.legend, legend {
	background: #B0FC38;
	color: #000;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

fieldset.action .legend,
fieldset.action legend {
	background: #B0FC38;
	color: #000;
}

fieldset.action h1 {
	color: #fff;
	background: transparent;
}

hr {
	background-color: #EA64AE;
	height: 2px;
	border: none;
}

.NFButton {
	color: #fff;
	background: #EA64AE;
	border: none;
}
.NFButtonLeft { background: #EA64AE; border: none; }
.NFButtonRight { background: #EA64AE; border: none; }

.provision_title {
	color: #fff;
}

.fake_input {
	background: #1a1a1a !important;
	border-color: #333 !important;
	color: #e0e0e0 !important;
}

#submit {
	background: #1a1a1a;
	border-top: 2px solid #B0FC38;
}

#submit input[type=button],
#complete {
	background: #EA64AE !important;
	color: #fff !important;
	border: none !important;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.select-wrapper,
select {
	border-color: #444;
	background: #1a1a1a;
	color: #e0e0e0;
}

.signature {
	border-color: #333;
	background: #0d0d0d;
}

.required {
	color: #EA64AE;
}

#ResponseDiv {
	background: #1a1a1a;
	border-color: #EA64AE;
}
#ResponseDiv h2 {
	color: #fff;
}
#ResponseDiv ul.errors,
#ResponseDiv ul.errors li {
	color: #EA64AE;
}

.success {
	color: #B0FC38;
}

.error_note {
	color: #f88;
}

a, a:link, a:visited {
	color: #EA64AE;
}
a:hover, a:active {
	color: #B0FC38;
}

.admin, .admin a {
	color: #888;
}
