www.gusucode.com > ShopEx481 & PHPWind 整合版码程序 > install/images/plugins/buttons/buttons.css

    a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color: white; /*button text color*/
}
a.boldbuttons{ 
	background: transparent url(images/roundedge-gray-left.gif) no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	margin:10px 5px 10px 0;
	border:0;
}
a.boldbuttons span,a.boldbuttons input{
	background: transparent url(images/roundedge-gray-right.gif) no-repeat top right;
	display: block;
	padding: 6px 10px 6px 2px;
	color:#fff;
	border:none;
}
a.boldbuttons input{
	font-size:14px;
}
a.boldbuttons.black{ 
	background: transparent url(images/roundedge-gray-left-black.gif) no-repeat top left;
}
a.boldbuttons.black span,a.boldbuttons.black input{
	background: transparent url(images/roundedge-gray-right-black.gif) no-repeat top right;

}
a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%; 
}