.button_style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #004D71;
	background-image: url(../assets/images/button_bg.jpg);
	font-weight: bold;
	height: 20px;
	width: 300px;
	border: thin inset #004D71;
}
.Add_To_Cart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #004D71;
	background-image: url(../assets/images/button_bg.jpg);
	font-weight: bold;
	border: thin solid #004D71;
	height: 20px;
	width: 100px;
}