/* apply_btn Base
------------------------------------------------------------------------------- */
.apply_btn{
  text-align:center;
}

.apply_btn a {
  display:block;
  margin-left : auto ;
  margin-right : auto ;
  text-align:center;
  width:150px;
  height:50px;

  font-size:1px;
  line-height:1px;
  text-indent:-9999px;
  text-decoration:none;
  outline:none;
}

.apply_btn a:visited{
  text-decoration : none;
} 


/* seminar button
----------------------------------- */

.apply_btn a.seminar {
  background:url("/images/seminar/btn1.gif") no-repeat left top;
}

.apply_btn a.seminar:hover {
  background-position:left bottom;
}


/* buy button
----------------------------------- */
.apply_btn a.buy {
  background:url("/images/drbd/buy_btn.gif") no-repeat left top;
}

.apply_btn a.buy:hover {
  background-position:left bottom;
}

