CSS Buttons
Cool online CSS button prototyping tool and code generator: CSSButton
Specific use of CSS Button on BodyConceptions.com/contact:
.button a { display: inline-block; background: none; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; color: #ae59a5; /* pink text */ padding: 0; border: 2px solid #ae59a5; /* pink border */ text-align: center; font-size: 14px; line-height: 37px; font-weight: normal; width: 127px; height: 37px; } .button a:hover { background: #ae59a5; /* pink background */ color: #333; /* dk gray text */ }