@charset "utf-8";
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #DCA276;
	background:url(../images/button.jpg);
	border:none;
	width:102px;
	height:32px;
}
.buttonbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #DCA276;
	background:url(../images/buttonbig.jpg);
	border:none;
	width:150px;
	height:60px;
}
