Button font-weight: 700;
<head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style rel="stylesheet" type="text/css"> .button { background: url(img/menubg.gif) repeat-x bottom left #f4f4f4; border-bottom: 1px solid #d8d8d8; border-left: 4px solid #ccc; border-right: 1px solid #d8d8d8; border-top: 1px solid #d8d8d8; color: #505050; font-weight: 700; margin: 0 0 15px; padding: 7px 7px 7px 11px; width: 120px; } </style> </head> <body> <button class='button'>button</button> </body> </html>