@charset "UTF-8";
/* CSS Document */

div#edit_bar {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:50px;
	padding:40px 0px 0px;
	background:url(images/eb_bg.png) repeat-x;
	behavior:url(iepngfix.htc);
	z-index:2000;
}

div#eb_logo {
	float:right;
	display:inline-block;
	height:50px;
	width:50px;
	background:url(images/eb_logo.png);
	behavior:url(iepngfix.htc);
	border-left:1px solid #444;
}

a#edit_btn {
	float:right;
	display:inline-block;
	width:93px;
	height:50px;
	background:url(images/eb_page_btn.png);
	behavior:url(iepngfix.htc);
	border-left:1px solid #455268;
}

a#edit_btn:hover {
	background:url(images/eb_page_btn_o.png);
}

a#sign_btn {
	float:right;
	display:inline-block;
	width:84px;
	height:50px;
	background:url(images/eb_sign_btn.png);
	behavior:url(iepngfix.htc);
	border-left:1px solid #455268;
}

a#sign_btn:hover {
	background:url(images/eb_sign_btn_o.png);
}

a#add_dis_btn {
	float:left;
	display:inline-block;
	width:100px;
	height:50px;
	background:url(images/eb_dis_btn.png);
	behavior:url(iepngfix.htc);
	border-right:1px solid #455268;
}

a#add_dis_btn:hover {
	background:url(images/eb_dis_btn_o.png);
}

a#add_rep_btn {
	float:left;
	display:inline-block;
	width:90px;
	height:50px;
	background:url(images/eb_rep_btn.png);
	behavior:url(iepngfix.htc);
	border-right:1px solid #455268;
}

a#add_rep_btn:hover {
	background:url(images/eb_rep_btn_o.png);
}

a#return_btn {
	float:right;
	display:inline-block;
	width:108px;
	height:50px;
	background:url(images/eb_return_btn.png);
	behavior:url(iepngfix.htc);
	border-left:1px solid #455268;
}

a#return_btn:hover {
	background:url(images/eb_return_btn_o.png);
}