.wp-menu-image img {
	filter:none !important; /* Fix IE png issue*/
}
.gana_icon {
	background:url(../images/header_icon.png) no-repeat left;
	height:15px;
	padding:0 0 15px 35px !important;
	margin:15px 0 0 0 !important;
}
.gana {
	background:#f6f6f6;
	padding:15px 15px 0 15px;
	margin:15px 0 15px 0;
	-moz-border-radius:8px !important;
	-webkit-border-radius:8px !important;
	border:solid 1px #eee;
}
.gana hr {
	clear:both; border:none; border-bottom:solid 1px #fff; border-top:solid 1px #ccc; margin:15px 0;
}
.gana:hover {
	background:#f2f2f2;
}
.gana p {

}
.gana label {
	font-size:11px !important;
	line-height:25px;
	color:#666;
	float:left;
	display:block;
	width:130px;
	font-weight:bold;
}
.gana span {
	font-size:11px !important;
}
.gana textarea, .gana input, .gana select {
	font-size:11px !important;
}
.gana .fix {
	background:#98cc00;
	padding:6px;
	color:#fff;
	width:70px;
	display:block;
	text-decoration:none;
	text-align:center;
	position:relative;
	top:0;
	margin:15px 0;
}
.gana .fix:hover {
	background:#d54e21;
	color:#fff;
}
.gana .top {
	background:#98cc00;
	text-align:center;
	color:#fff;
	display:block;
	width:34px;
	position:relative;
	bottom:-16px;
	text-decoration:none;
	font-size:11px !important;
	text-transform:lowercase;
}
.gana .top:hover {
	background:#d54e21;
	color:#fff !important;
}
.gana .green {
	color:#99CC00;
}
.gana_active {
	background:url(../images/tick.png) no-repeat left;
	padding:0 0 0 20px;
}
.gana_active strong {
	color:#99CC00;
}

.gana_inactive {
	background:url(../images/alert.png) no-repeat left;
	padding:0 0 0 20px;
}
.gana_inactive strong {
	color:#ff0000;
}

#toggleText {
	color:red;
	font-weight:bold;
}

#toggleText input {
	font-weight:normal;
}