.cmfview{
	display: table;
	margin: 10px 0 0 50px;
}

.cmfview_main{
	display: table;
	position: absolute;
	height: calc(100% - 50px);
	width: 100%;
	border: 1px solid #000;
}

.cmfview_datas{
	width: 640px;
	height: auto;
	display: table;
	margin: 0;
	overflow: auto;
	position: relative;
	line-height: normal;
	color: #000;	
}

.cmfv_items{
	position: absolute;
	display: table;
}

.cmfv_items input, .cmfv_items select, .cmfv_items textarea{
	background-color: #fff;
}

.cmfv_items input[type="text"]{
	width: 100%;
}

.cmfv_vline{
	background-color: #000;
}

.cmfv_hline{
	background-color: #000;
}

.cmfv_items select{
	width: 100%;
}

.cmfview_submit{
	display: block;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.cmfview_submit input{
	margin: 10px;
}

.cmfview_header{
	display: table;
	width: 100%;
}

.cmfview_header h1{
	color: #000;
	font-size: 20px;
	margin: 5px;
	padding: 0;
}

.cmfv_items textarea{
	resize: none;
}

select.cmfv_items_fixed, input[type="text"].cmfv_items_fixed, textarea.cmfv_items_fixed, div.cmfv_items_fixed{
	width: calc(100% - 20px);
	float: left;
}

div.cmfv_items_fixed{
	display: inline-block;
}

.cmfview_main_mobil{
	display: table;
	position: absolute;
	height: calc(100% - 50px);
	width: 100%;
	border: 1px solid #000;
}

.cmfview_main_mobil .cmfv_items{
	position: relative;
	width: 100%;
	display: table;
}

.cmfview_main_mobil select.cmfv_items_fixed, input.cmfv_items_fixed[type="text"], textarea.cmfv_items_fixed, div.cmfv_items_fixed{
/*float: none;*/
display: table;
}