.edit_class {		
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #FF6766;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF6766), to(#ff4800));
	background: -moz-linear-gradient(top,  #FF6766,  #ff4800);	
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFF9900', EndColorStr='#FFff4800');
}

.edit_class:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');	
}

.edit_class:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

#blanket {
	background-color: #111;
	opacity: 0.65;
	filter: alpha(opacity=45);
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
}

#BannersPopup {
	border-radius: 7px;
	position: absolute;
	background-color: #fff;
	width: 50%;
	height: 70%;
	z-index: 9002;
	left: 50%;
	right: 50%;
	top: 50%;
	bottom: 50%;
	text-align:center;
	
}

.forms td {
	 padding-bottom:5px;

}