
.red {
	color: red;
}
.green {
	color: green;
	color: #E8F0DE!important;
	border: solid 1px #538312!important;
	background: #64991E!important;
	background: -webkit-gradient(linear, left top, left bottom, from(#7DB72F), to(#4E7D0E))!important;
	background: -moz-linear-gradient(top, #7DB72F, #4E7D0E)!important;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e')!important;
	border-image: initial;
}  /*      
.left {
	float: left;
}     */
.clearfix {
	clear: both;
}    
.w25 {
	width: 25%;
}
.w5 {
	width: 5%;
}
.w15 {
	width: 15%;
}  

input.styled {
	border: none;
	border-radius: 10px;
	background-color: #ccc !important;
	color: white;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
}
.w_50 {
	width: 50px;
	text-align: center;
}
.w_130 {
	width: 130px;
	text-align: center;
}
.clearfix {
	clear: both;
}
.al_c, .al_c input{
  text-align:center;
}
.label{
  font-weight:bold;
  font-size:16px;
  margin-bottom:5px;
}

.margins input[type=checkbox], .margins input[type=text], .margins textarea {
margin-top: 10px;
}
.style_editor{
  width:250px;
  height:100px;
}