body {
	min-width: 750px;
}
textarea#text1 {
	width: 100%;
	height: 400px;
}
textarea#text2 {
	width: 100%;
	height: 300px;
}

h4 {
	margin: 7px 1px 3px 1px;
	font-size: 14px;
}

.optTitle {
	margin: 1px 1px 3px 1px;
	background-color: #8BE;
	background: linear-gradient(#CEF, #8BE);
	border: #66B solid;
	border-width: 0px 1px 1px 0px;
}
.optTitle h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	margin: 0px;
	padding: 2px 9px;
	display: inline-block;
	border: none;
}
.optContents {
	padding: 0px 2px 0px 8px;
}
label.optionControle {
	display: block;
}

div.div {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.optTitle span {
	float: right;
	color: #009;
	transform: translate(-10px, 3px);
	transition: 1s ease, transform 1s ease;
}
.optTitle.active span {
	transform: translate(-10px, -3px) rotateX(180deg);
}

.form-control {
	height: 28px;
	padding: 2px 6px;
}
input[type=number] {
	width: 60px;
	text-align: right;
}
input[type=checkbox] {
	height: 16px;
	width: 16px;
}