
#title {
	background: #f7f3ea url(images/title_bg.gif) repeat-x;
}

div.info {
	background-color: #ffb7c9;
}

div.info h2 {
	background-color: #ffeef2;
	padding: 50px 0px 40px 0px;
}


table.form-table th {
	background-color: white;
	width: 30%;
}


table.form-table td.cartbtn input {
	border: none;
}

table.form-table td.cartbtn input.cart {
	background: url(images/cartbtn.png) left 20px center no-repeat, url(../images/submit_bg.gif) repeat;
	border-radius: 5px;
	color: white;
	cursor: pointer;
		border: 1px solid red;
	font-size: 110%;
	font-weight: bold;
	display: block;
	padding-left: 30px;
	text-align: center;
	text-decoration: none;
	width: 150px;
}


table.form-table td.cartbtn input.cart:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}