.anonymous-box {
	background: rgb(51, 51, 51);
	color: #fff;
	padding: 1em;
}

.anonymous-box textarea {
	border-color: rgb(51,51,51);
	border-style: style;
	border-width: 1px;
	width: 100%;
	height: 6em;
	outline: 0;
}

.anonymous-box input[type=file] {
	color: #fff;
}

.anonymous-box a {
	color: rgb(228, 239, 249);
	text-decoration: underline;
}

.anonymous-box a:hover {
	text-decoration: none;
}

.anonymous-box-compact .compact-invisible {
	display: none;
}

.anonymous-box .input-wrapper+.input-wrapper {
	margin-top: 1em;
}

.anonymous-box-submit-button {
	background: rgb(228, 239, 249);
	color: rgb(51, 51, 51);
	margin-top: 1em;
}

.anonymous-box-message {
	font-size: 1em;
	padding: 0;
	margin: 0;
}
