
.flybtn {
	position:relative;
	z-index:0;
	overflow:hidden;
	cursor:pointer;
}

.flybtn_bgmove {
	position:absolute;
	z-index:-1;
	top:0px;
	left:0px;
}

.flybtn_bgstatic {
	position:static;
	z-index:100;
	color:white;
	font-weight:bold;
}

.flybtn_outer_box { margin:0 auto; }
.flybtn_inner_box { padding:20px 20px 20px 20px; }
.flybtn_top { background: url(../images/ts.png) 0 0 repeat-x; }
.flybtn_bottom { background: url(../images/bs.png) 0 100% repeat-x; }
.flybtn_left { background: url(../images/ls.png) 0 0 repeat-y; }
.flybtn_right { background: url(../images/rs.png) 100% 0 repeat-y; }
.flybtn_top_left { background: url(../images/tl.png) 0 0 no-repeat; }
.flybtn_top_right { background: url(../images/tr.png) 100% 0 no-repeat; }
.flybtn_bottom_left { background: url(../images/bl.png) 0 100% no-repeat; }
.flybtn_bottom_right { background: url(../images/br.png) 100% 100% no-repeat; }


