#image_frame {
	display:block;
	width:100%;
	height:540px;
	background: #f00;
	margin:0 auto;
	
}
.select_efactor {
	color:#fff;
	display:inline-block;
	width:50px;
	margin-right:10px;
	margin-left:10px;
	padding-top:20px;
	float:left;
	
}
.green_line {
	background:#0f0;
	height:2px;
	display:block;
	position:absolute;
	 width:370px;
	top:37px;
	left:90px;
	z-index:200;
}
.orange_line {
	
	background:#f8b246;
	height:2px;
	display:block;
	position:absolute;
	 width:600px;
	top:37px;
	left:390px;
	z-index:200;
}

.red_line {
	background:#f00;
	height:2px;
	display:block;
	position:absolute;
	 width:150px;
	top:37px;
	right:30px;
	z-index:200;
}
.rounded_ef {
	background:#fff;
		z-index:250;
		position:relative; 

	border:1px solid #000;
	height:34px;
	width:34px;
	text-align:center;
	line-height:34px;
	font-size:15px;
	display:inline-block;
	color:#fff;
	background:#000;
	border-radius:17px;
	margin-top:20px;
	margin-left:25px;
	
}
.larger_dist {
	margin-left:84px;
}
.rounded_ef:hover{
	color:#000;
	background:#666;
}
.selected_ef{
	color:#000;
	background:#fff;
}
#inner_img {
	height:540px;
	display:block;
	background:#ccc;
}
#toolbox {
	margin:0 auto;
}
#slider-range-max {
	margin-top:7px;

}

#viewer_table {
	width:600px;
	margin:0px;
	margin-top:10px;
	border:none;
	padding:0px;
	background:none;
}

#viewer_table td {
	vertical-align: top;
	width:300px;
	border:none;
	padding:0px;
	margin:0px;
	text-align: center;
}
#viewer_table td:nth-child(2) img {
	margin-bottom:11px;
}
#viewer_table td:nth-child(2){
	font-size:16px;
}
#viewer_table td:nth-child(4), #viewer_table td:nth-child(1){
	width:150px;
	vertical-align: middle;
	
}
.select_color_exercise {
	margin-top:10px;
	display:block;
}
.thumb_select {
	float:right;
	width:230px; 
	padding-top:10px;
}
.thumb_select img {
	height:90px;
	margin-bottom:3px;
	border:1px solid #eee;
	display:block;
}
.thumb_select img:hover{
	border-color:#ccc;
}

select {
	width:70px;
}

.master{
	float:left;
		font-size:16px;
		line-height:20px;
}
.ui-slider-handle {
	height:17px !important;
	width:17px !important;

}
.slide {
	float:right;
	margin-right:15px;
	text-align:right;
	font-size:16px;
	line-height:20px;
}
.desc_td p{
	margin-bottom:10px;

}
.desc_td {
	vertical-align: middle;
	height:30px;
}
.image_exercise_subform {
	height:294px;
}
.image_exercise_subform select {
	margin:0px;
}
.image_exercise_subform label{
	margin-top:5px;
}
.dE_image {
	height:41px;
	line-height:41px;
	font-size:26px;
}
.survey table {
	border:none;
	background:none;
padding-top:10px;
}
.survey table tr td {
	padding-right:10px;
}
.survey table tr td:first-child {
	text-align:right;
	padding-left:30px;
}
.survey select {
	width:150px;
}
.survey input[type=submit]{
	padding:5px 10px;

}
input.error_validate, select.error_validate {
	border:1px solid #f00;
	outline:none;
}
.survey input[type=text] {
	width:180px;
	padding:5px;
}
.survey select {
	width:190px;
	padding:5px;
}
