@charset "utf-8";
/* CSS Document */

.oap_utm_forms{
	border: 1px solid #999999;
	border-radius: 10px;
	margin: 1em 0;
	overflow:hidden;
}
.oap_utm_forms h3 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding: 10px;
	background:#eee;
	margin:0;
	border-radius: 10px 10px 0 0;
}
.oap_utm_forms_content {
	display: none;
	padding:10px;
}
.oap_utm_forms h3 input {
	display: block;
	float: left;
	margin-right: 10px;
	height:30px;
}
.oap_utm_forms_content label {
	display: block;
	float: left;
	margin-right: 10px;
	width: 200px;
}