/* CSS Document */

@import url("first/first.css");

@import url("first/sub.css");

.buy-button{
	background-color:#fff;
	border-width:0px 0px 1px 0px;
	_border-width:0px;
	border-color:#94bc3a;
	border-style:solid;
	background-image: url(../artist/img/ic01.gif);
	background-position: left center;
	margin-top: 6px;
	margin-left:0px;
	position:relative;
	left:0px;

	
	padding-left: 21px;
	_padding-left:10px;
	color:#94bc3a;
	text-decoration:underline;

}


.buy-button:hover{ border-color:#fff;cursor:pointer;}