Css Button

a.button {
color: rgba(0, 0, 0, 0.72)!important;
font-size: 17px;
font-weight: bold;
font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
line-height: 40px;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.37);
background: url('/images/register_login/button_submit.gif') no-repeat left 0;
border: 1px solid #2A3F56;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(255,255,255,0.7) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(255, 255, 255, 0.7) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(255, 255, 255, 0.7) inset;
margin: 6px auto 0 auto;
padding: 0 15px;
cursor: pointer;
display: inline-block;
position: relative;
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
height: 40px;
white-space: nowrap;
outline-width: 0;
}

* 출처: Css Button

누구나 수정하실 수 있습니다. 문법은 Formatting Syntax참조하세요.

역링크