.box_admin {
	position: relative;
	width: 210px;
	height: auto;
	left: 0px;
	top: 687px;
	margin: auto;
	z-index: 2;
}
.bg_admin {
	position: absolute;
	background: url(../image/concept/bg_admin.png) no-repeat center center;
	width: 210px;
	height: 40px;
	top: -40px;
}
#btt_admin {
	position: absolute;
	width: 105px;
	height: 40px;
	font-family: "MS Serif";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 45px;
	text-align: center;
	left: 0px;
	top: 0px;
	margin: 0px 0px 0px -50px;
	z-index: 1;
}
#btt_email {
	position: absolute;
	width: 105px;
	height: 40px;
	font-family: "MS Serif";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 45px;
	text-align: center;
	left: 0px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	z-index: 1;
}
/*.icon_admin {
	position: absolute;
	background: url(../image/concept/icon_admin1.png) no-repeat center center;
	width: 51px;
	height: 51px;
	left: -45px;
	top: 2px;
}
.icon_email {
	position: absolute;
	background: url(../image/concept/icon_email1.png) no-repeat center center;
	width: 51px;
	height: 51px;
	left:-45px;
	top: 2px;
}
*/
/*animation SubMenu*/
@-webkit-keyframes acAdmin {/*Chrom,Safari,Opera*/
	50% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
  }
  100% {
		-webkit-transform: translate3d(0,0px,0);
	    transform: translate3d(0,0px,0);
  }
}
@-moz-keyframes acAdmin {/*FireFox*/
	50% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
  }
  100% {
		-webkit-transform: translate3d(0,0px,0);
	    transform: translate3d(0,0px,0);
  }
}
@-ms-keyframes acAdmin {/*IE*/
	50% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
  }
  100% {
		-webkit-transform: translate3d(0,0px,0);
	    transform: translate3d(0,0px,0);
  }
}
