#main_color_control_page td, #main_color_control_page textarea {
	line-height: inherit;
	height: 94px;
}

#main_color_control_page .optiontitle {
	font-family: Segoe UI;
	color: rgb(111, 111, 111);
	font-size: 21px;
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}

#main_color_control_page .optioninput, #main_color_control_page .optioninput select, #main_color_control_page .optioninput input {
	font-family: Segoe UI;
	color: rgb(111, 111, 111);
}

#main_color_control_page .optioninput input {
	font-size: 12px;
}

#main_color_control_page .optioninput label {
	font-size: 18px;
	border-bottom: rgb(206, 206, 206) solid 1.5px;
	padding-bottom: 3px;
}

#main_color_control_page .optiontitle h3 {
	cursor:default !important;
	background:none !important;
	border:none !important;
	color: rgb(111, 111, 111) !important;
}

#main_color_control_page .optiondescription {
	font-family: Segoe UI;
	color: rgb(111, 111, 111);
	font-size: 12pt !important;
}

#main_color_control_page .button {
	height: 38px !important;
	display: initial !important;
	background: url(../../images/button.png) center !important;
	background-size: 100% 100% !important;
	border-radius: 0px !important;
	border: none !important;
	font-size: 16px !important;
	padding: 10px !important;
	color: white !important;
	font-size: 13px !important;
	text-shadow: none !important;
	line-height:0px !important;
	font-weight: bold;
}

#main_color_control_page .colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../../images/colorpicker_background.png);
	display: none;
}

#main_color_control_page .colorSelector {
	position: relative;
	width: 27px;
	height: 27px;
	float: left;
	margin-right: 6px;
}

#main_color_control_page .colorSelector div {
	position: absolute;

	width: 27px;
	height: 27px;
	background: url(../../images/select.png) center;
}

#main_color_control_page .colorpickerclass {
	font-family: Segoe UI;
	color: rgb(111, 111, 111);
	width: 72px;
	float: left;
}
#main_color_control_page .optioninput textarea{ margin-bottom:10px;resize:none;}

#main_color_control_page  .optioninput input, #main_color_control_page .optioninput select, #main_color_control_page .optioninput textarea{background:#e9e9e9;}
