@charset "utf-8";
/* 게시판 버튼 CSS Document */

.board_button {
    display: block;
    float: right;
    margin: 55px 0;
	
}
.board_button ul {
    float: right;
    margin-right: 0;
}

.board_button ul li {
    background: none repeat scroll 0 0 transparent !important;
    float: left;
    padding-left: 0 !important;
}

.board_button a {
/*    background: url("/layout/images/module/board/board_btn.gif") no-repeat scroll 0 0 transparent;*/
      float: left;
	  height: 27px;
	  margin-right: 3px;
	  background-color: #3b5279;
	  padding: 5px 15px;
	  text-align: center;
	  color: #fff;
	  line-height: 24px;
}

.board_button a#btn_write {
    background-position: -58px 0;
    width: 58px;
}
.board_button a#btn_write:hover {
    width: 58px;
	background-color:#900;
}
.board_button a#btn_list {
    width: 58px;
}
.board_button a#btn_list:hover {
    background-color:#900;
}
.board_button a#btn_remove {
    width: 58px;
	background-color:#333 !important;
}
.board_button a#btn_remove:hover {
    background-color:#000;
}
.board_button a#btn_modify {
    width: 58px;
	background-color:#333 !important;
}
.board_button a#btn_modify:hover {
    background-color:#000;
}
.board_button a#btn_reply {
    width: 58px;
}
.board_button a#btn_reply:hover {
    background-color:#333;
}

.board_button a#btn_config {
    width: 60px;
	background-color:#666;
}

.board_button a#btn_config:hover {
    width: 60px;
	background-color:#000;
}