#tool_wraper{
	/*                padding: 5px;*/
}
#tool_title{
	overflow: hidden;
	min-height: 1.6em;
}
#tool_title h3{
	margin: 0 0 22px;
	font-size: 20px;
	float: left;
}

.tool_set, .tool_set select{
	font-size: 11px;

}
.tool_set{
	margin: 0 10px 20px 0;
}

.es_ES .tool_set{
	margin: 0 3px 20px 0;
}

.el_EL .tool_set .currency, .tr_TR .tool_set .currency{
	width: 191px;
}

#tool_wraper #t_c_cd{

	padding: 0 11px 0 0;
	float: left;
}

#tool_wraper .name{
	margin-right: 15px;
}
#tool_wraper .curr_value, #tool_wraper .time{
	float: left;
}

#tool_wraper #t_c_cd .time{
	background: url(../../../../../images/icons12.png) -25px -95px no-repeat;
}

#tool_wraper .values{
	overflow: hidden;
	float: left;
}
#tool_wraper .value_time_wraper{
	height: 50px;
	width: 240px;
}
input:disabled {
	opacity: 0.5;
}
#post_content.bg_gray{
	border:  1px solid #c3c3c3;
	margin: 15px;
	padding: 15px;
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
}

#post_content h3{
	color: #082F60;
	font-size: 14px;
	float: left;
	margin: 13px 0 17px;
	background: url(../../images/icons12.png) -36px -15px no-repeat;
	padding: 0 0 0 6px;
}

#post_content .input{
	margin: 0  0 9px 0;
	clear: both;
	overflow: hidden;
	line-height: 24px;
}

#post_content .input.language{
	margin: 16px 0 0;
}

#post_content label{
	width: 102px;
	display: block;
	float: left; 
	color: #082f60;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
}

#post_content label.error{

	display: block;
	float: left; 
	color: red;
	font-weight: bold;
	line-height: 24px;
	width: 200px;
	color: red;
	height: auto;
	clear: left;

}

#post_content .size label{

	/*                width: 33px;*/
	/*                margin: 0 10px 0 0;*/
} 
#post_content .size input{
	/*                width: 35px;*/
	margin: 0 3px 0 0;
}


#post_content input, #post_content select{
	border: 1px solid #bec2c6;
	background: white;
	height: 24px;
	line-height: 24px;
	width: 100px;
	display: block;
	float: left; 
}

#post_content input{
	padding: 0 3px;
	width: 90px;

}

#post_content input[type="checkbox"]{
	height: auto;
	width:auto;
	position:relative;
	top: 5px;
	margin: 0 3px 0 0;
	border:none;
}


#post_content .colors label{
	width: auto;
}


#post_content  .colorpicker_wraper {
	position: relative;
	height: 36px;
	width: 70px;
}

.colorSelector {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: url(../../js/jquery/colorpicker/images/select2.png);
}
.colorSelector div {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: url(../../js/jquery/colorpicker/images/select2.png) center;
}
.colorpickerHolder {
	top: 32px;
	left: 0;
	width: 356px;
	height: 0;
	overflow: hidden;
	position: absolute;
}
.colorpickerHolder .colorpicker {
	background-image: url(../../js/jquery/colorpicker/images/custom_background.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
.colorpickerHolder .colorpicker_hue div {
	background-image: url(../../js/jquery/colorpicker/images/custom_indic.gif);
}
.colorpickerHolder .colorpicker_hex {
	background-image: url(../../js/jquery/colorpicker/images/custom_hex.png);
}
.colorpickerHolder .colorpicker_rgb_r {
	background-image: url(../../js/jquery/colorpicker/images/custom_rgb_r.png);
}
.colorpickerHolder .colorpicker_rgb_g {
	background-image: url(../../js/jquery/colorpicker/images/custom_rgb_g.png);
}
.colorpickerHolder .colorpicker_rgb_b {
	background-image: url(../../js/jquery/colorpicker/images/custom_rgb_b.png);
}
.colorpickerHolder .colorpicker_hsb_s {
	background-image: url(../../js/jquery/colorpicker/images/custom_hsb_s.png);
	display: none;
}
.colorpickerHolder .colorpicker_hsb_h {
	background-image: url(../../js/jquery/colorpicker/images/custom_hsb_h.png);
	display: none;
}
.colorpickerHolder .colorpicker_hsb_b {
	background-image: url(../../js/jquery/colorpicker/images/custom_hsb_b.png);
	display: none;
}
.colorpickerHolder .colorpicker_submit {
	background-image: url(../../js/jquery/colorpicker/images/custom_submit.png);
}
.colorpickerHolder .colorpicker input {
	color: #778398;
}

#post_content  #client_slogan{
	width: 275px;
}

#post_content  #fileToUpload{
	width: 186px;
	padding: 0;
	height: auto;
	position: relative;
	top: 5px;
}

#post_content  #client_slogan_desc{
	display: inline-block;
	padding: 0 0 0 3px;
}


#post_content #agree{
	padding: 5px;
	/*                float: left;*/
}

#post_content #agree label{
	width: auto;
}


#post_content .logo_options input, #post_content #agree input{
	height: auto;
	width: auto;
	display: inline-block;
	padding: 3px;
	float: none;
	position: relative;
	top: 3px;
	left: -1px;

}

#post_content #submit_wraper{
	margin:26px 0 0;
}

#post_content button[type="reset"]{
	margin: 0 50px 20px ;
}

#post_content #tool_code{
	clear: both;
}

.unselectable {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.p_ch_img{
	border: none;
}


/***  Market Quotes  ***/


#post_content.market_quotes input[type="checkbox"]{

	border: 1px solid #BEC2C6;
	background: white;
	height: 24px;
	line-height: 24px;
	width: auto;
	display: block;
	float: left;
	margin: 0 4px 0 0;
}

#post_content.market_quotes label {
	width: 110px;
}

.powered_wraper{
	position: relative;
	height: 25px;

}

#powered{
	display: inline-block;
	position: absolute;
	bottom: 0px;

}

#add_to_site .plus{
	position: relative;
	left: -4px;
	padding: 2px 4px;
	background: url(../../../../../images/icons12.png) -31px -43px no-repeat;
}

.p_ch_charts #add_to_site_wrapper{
	height: 30px;
	margin-right: 17px;
}

#powered img{
	vertical-align: bottom;
}

.settings_box{

	margin: 0 0 0 77px;
	float: left;
	border: 1px solid #C3C3C3;
	border-radius: 7px;
	padding: 0 22px 0px ;
	min-height: 226px;
}

.settings_box.col1{
	margin-left: 0;
}

.settings_box.col2{
	padding-right: 0;
}

.time_frame_nav{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiunbtGkCAAQAFEAKFcqxovAAAAABJRU5ErkJggg==) 0 25px repeat-x;
	min-width: 350px;
	width: 74%;
	max-width: 600px;
	padding: 0 0 0 5px ;
}


.time_frame_nav li{
	float: left;
	padding: 0;
	border: 0;
	list-style-type: none;
	height: 32px;
	margin: 0 1.3% 0 0;
	min-width: 15.4%;
}

.time_frame_nav li:last-child{
	margin: 0;
}


.time_frame_nav a{
	display: block;
	padding: 6px 5px 0;
	color: #3F75BA;
	font-size: 9pt;
	text-decoration: none;
	height: 17px;
	text-align: center;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 70%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 70%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 70%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 70%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 70%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	border: 1px solid #D8D8D8;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: none;
}

.time_frame_nav a.active{
	font-weight: bold;
	color: white;
	height: 18px;
	background: #b1b1b1; /* Old browsers */
	background: -moz-linear-gradient(top,  #b1b1b1 0%, #929292 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1b1b1), color-stop(100%,#929292)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b1b1b1 0%,#929292 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b1b1b1 0%,#929292 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b1b1b1 0%,#929292 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b1b1b1 0%,#929292 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b1b1', endColorstr='#929292',GradientType=0 ); /* IE6-9 */

}

.t_br_tab span.c {
	padding: 0 6px;
}


.tr_TR .t_br_tab span.c {
	padding: 0 6px;
}

/**
*  Fibonacci Calculator da_DK
* 
*/

.da_DK .fibo_form .type .css_but {
padding: 2px 5px;
width: 127px !important;
}

.da_DK .fibo_form {
width: 205px;
padding: 10px 5px;
}