@charset "utf-8";

#SimaImageEditor_frame {
	box-sizing: border-box;
	padding: 30px;
	font-size: 15px;
}

#SimaImageEditor_frame input[type="text"] {
	width: 5em;
	text-align: right;
}
#SimaImageEditor_frame .button {
	width: 10em;
	min-width: 10em;
}

#ImgEditor_selectbox {
	text-align: right;
	margin-bottom: 21px;
}

#ImgEditor_selectbox > div {
	float: right;
}

#ImgEditor_imagebox {
	margin-bottom: 21px;
}

#ImgEditor_imagebox:after,
#SimaImageEditor_frame .button_box:after {
	content: "";
	clear: both;
	display: block;
}

#ImgEditor_image {
	float: left;
}


#SimaImageEditor_frame .control {
	text-align: left;
	margin-bottom: 21px;
}

#SimaImageEditor_frame .control dl {
	display: inline-block;
	margin-right: 21px;
}
#SimaImageEditor_frame .control dt,
#SimaImageEditor_frame .control dd {
	display: inline-block;
	margin-right: 3px;
}


#SimaImageEditor_frame .button_box .button_l {
	float: left;
}
#SimaImageEditor_frame .button_box .button_r {
	float: right;
}


#ImgEditor_volume {
	width: 248px;
	height: 26px;
	text-align: center;
	/*margin-right: 10px;*/
	position: relative;
	display: inline-block;
}

#ImgEditor_volume > .volume_bar {
	margin: 11px 0;
	width: 248px;
	height: 4px;
	background-color: #dcdcdc;
	border: solid 1px black;
}

#ImgEditor_volume > .volume_slider {
	width: 8px;
	height: 26px;
	border: solid 1px black;
	position: absolute;
	left: 240px;
	top: 0;
	background-color: #fff;
	cursor: pointer;
}
