.ccc-inner .ccc-button {
	background-color: #666;
	border: 1px solid #666;
	border-radius: 3px;
	box-shadow: inset 0 0 2px #fff;
	color: #fff;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}
.ccc-inner .ccc-browser {
	background-color: #f0942b;
	border-color: #f0942b;
	width: 100%;
}
.ccc-expanded {
	display: none;
}
.ccc-expand {
	background: #f0942b;
	border: 0;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	color: #fff;
	bottom: -25px;
	cursor: pointer;
	font-size: 1em;
	left: 50%;
	line-height: 25px;
	margin-left: -40px;
	position: absolute;
	text-align: center;
	text-indent: 0;
	width: 80px;
	z-index: 1;
}