.textarea_cls{
	width:500px;
	height:200px;
}
.wide_inp{
	width:500px;
}
.clearfix{
  clear:both;
}
.error_msg{
	padding: 9px 6px 10px;
background: coral;
border: 1px dotted red;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
color:#fff;
}
.conf_msg{
	padding: 9px 6px 10px;
	background: #CF9;
	border: 1px dotted #9C0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color:#fff;
}
#ta_widget_properties .wide_text{
width: 100%;
height: 100px;
}
#ta_widget_properties .w_100{
	width:100%;
	display:block;
}
.widget_subtitle{
	font-size:11px;
}
#ta_widget_properties .marg_c, #tg_post_word_selecter .marg_c{
	margin:0px auto;
	
	width:75px;
}
#ta_widget_properties .single_label{
	margin-top:10px;
	font-weight:bold;
}
.col_single{

	width:280px;
	text-align:center;
	background: #f2f2f2;
	padding:10px;
	margin-right:30px;
}
.col_container{
	float:left;
	width:33%;
}
.col_container .col_single{
	margin1:0px auto;
}
.fl_r{
	float:right;
}
.new_title{
	font-weight:bold;
	font-size:19px;
	margin-bottom:10px;
}
.fixed_image{
	width:55%;
	margin:5px auto;
}
.inner_block{
	background:#fff;
	padding:10px;
}
.updated{
	padding: 10px !important;
}