WhiteWay, Кнопку добавлять легко, а вот с категориями играть не охота
Код
<center><a href="#"><div class="buttonf">Добавить статью</div></center>
CSS
Код
.buttonf:hover {
background: #333333;
color: #ffffff !important;
}
.buttonf {
width: 100%;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 1em;
padding: 1em 2em;
background: transparent;
border: 2px solid #333333;
color: #333333;
-webkit-border-radius: 0.25em;
-moz-border-radius: 0.25em;
border-radius: 0.25em;
text-shadow: 0 1px 0 rgba(0,0,0,0.05);
text-decoration: none;
text-align: center;
display: inline-block;
cursor: pointer;
line-height: 1em;
}
Можешь добавить еще атрибут какой-то для красоты