.b1c-submit,
.b1c {
	-webkit-appearance: none !important;

	color: #fff !important;

	padding: 8px 15px !important;

	font: normal 20px "Trebuchet MS", sans-serif !important;

	text-shadow: 0 1px 0 #000 !important;

	font-weight: 700 !important;

	border-radius: 6px !important;

	-webkit-border-radius: 8px !important;

	cursor: pointer !important;

	background: #fddc76 !important;

	border: 0 !important;

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #ff6600),
		color-stop(1, #ff9000)
	) !important;

	box-shadow: 0 1px 1px #999 !important;
}
@media (max-width: 480px) {
	.b1c-submit,
	.b1c {
		font: normal 18px "Trebuchet MS", sans-serif !important;
	}
}

div.b1c-close {
	float: right !important;

	padding: 12px 10px !important;

	background: linear-gradient(#ff8000 0%, #ffa000 100%) !important;

	overflow: hidden !important;
}

.hidden_form {
	display: none;
}

.b1c-tl {
	overflow: hidden !important;

	border-radius: 2px 2px 0 0 !important;

	background: linear-gradient(#ff8000 0%, #ffa000 100%) !important;

	color: #fff !important;

	text-shadow: 0 -1px 0 #1b457d !important;

	font-size: 13px !important;

	margin: 0 !important;
}
