.about_me_btn {
	background: #000 url(../images/topnav_bg.png) repeat;
	color:#fff;
	text-align: center;
	line-height: 1.4em;
	font-size:10px;
	display: block;
	height:15px;
	padding:0px 5px;
	margin-bottom:51px;
	float:right;
	clear:both;
}
.about_me_btn:hover {
	cursor:pointer;
    background-color: #8EAC49;
	background: -webkit-gradient(linear, 0 0, 0 70%, from(#6f8738), to(#8EAC49));
    background: -webkit-linear-gradient(#6f8738, #8EAC49 70%);
    background: -moz-linear-gradient(#6f8738, #8EAC49 70%);
    background: -ms-linear-gradient(#6f8738, #8EAC49 70%);
    background: -o-linear-gradient(#6f8738, #8EAC49 70%);
    background: linear-gradient(#6f8738, #8EAC49 70%);
}
.about_me_btn:active {
	color: #444444;
}

/* About me */
#container_top {
	background: url(../images/body-bg-dark.png) repeat;
	color: #ffffff;
	display: none;
	border-bottom: 1px dotted #476612;
}
#support {
  padding: 30px 0 30px 0;
    width: 100%;
color: #97F970;
    }
#support section {
  float: left;
  display: inline-block;
  padding-right: 80px;
}
#support section.last {
  padding: 0;
  *margin-left: -10px;
}
#support section h2 {
  color: #ABD310;
  line-height: 1.4em;
  padding-bottom: 15px;
}
#support section h4 {
  color: #97F970;
  line-height: 1.4em;
}
#support section a {
  color: #fff;
}
#support section a:hover {
  color: #97F970;
}
#support section ul {
  list-style: none;
  padding: 0px;
  float: left;
}
#support section ul h2 {
  font-weight: normal;
}

#my_panel{background:url(../images/body-bg-green.png) repeat;border:1px solid #444;color:#999;font-size:.85em;z-index:1001;padding:15px;}
#my_panel .column{float:left;width:30%;padding:15px}
#my_panel .column h3{color:#fff}
#my_panel .login_form input,#my_panel .login_form label{margin-bottom:5px;display:block;}
#my_panel input[type=text],#my_panel input[type=password]{width:200px; background:#eee;}
#my_panel input[type=submit]{background:url(../images/button.png) no-repeat scroll right 0 transparent; cursor:pointer; width:72px;height:30px;color:#fff;border-width:0}
#my_panel input[type=submit]:hover{background:url(../images/button2.png) no-repeat scroll right 0 transparent; cursor:pointer; width:72px;height:30px;color:#fff;border:#ABD310 dotted 1px}
.more{background:url(../images/more-left.png) no-repeat scroll 0 0 transparent;cursor:pointer;display:block;float:right;padding-left:11px;text-align:center;text-decoration:none}
.more span{background:url(../images/more-right.png) no-repeat scroll right 0 transparent;color:#fff;display:block;height:30px;line-height:29px;padding:0 19px 0 8px}
.more:hover{text-decoration:none;background-position:0 bottom}
.more:hover span,#my_panel input[type=submit]:hover{background-position:right bottom}
#my_panel .close{text-align:center}
#my_panel .close a{color:#07BBE2;cursor:pointer}