.optionbox {
	position: absolute;
	width: 200px;
	background: #000;
	display: none;
	z-index:300;
}

.optionbox li {
	list-style: none;
	padding: 5px;
	color: #fff;
	cursor: pointer;
}

.optionbox .check {
	width: 8px;
	height: 8px;
	margin-top:3px;
	margin-right: 10px;
	background: #ffffff;
	float: left;
}

label.wide {
	width: 150px;
}

.boxsubmit {
	background: #e5733f;
	color: #fff;
	padding: 2px 10px;
	margin: 0 5px 5px;
	float: left;
	cursor: pointer;
}

pre {
	color: #fff;
}