@charset "utf-8";

/* CSS Document */

.giftcert {
	background: url(../images/gift-cert_bg.png) no-repeat;
	clear: right;
	height: 360px;
	width: 650px;
	padding: 5px;
	margin: 25px auto 50px;
}

.giftcert table {
	margin: 0px;
	padding: 0px;
	height: 355px;
	width: 645px;
}

.giftcert tr, .giftcert td {
	margin: 20px 0px;
}

.giftcert .header {
	height: 106px;
	width: 650px;
}
.giftcert table input , .giftcert table textarea{
	border-style: inset;
	margin: 2px 0px 10px 152px;
	padding: 1px;
	width: 250px;
	background: #630000;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 20px;
	border-width: 1px;
}

.giftcert .value {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	height: 143px;
	width: 209px;
}


#mainContent .casketAdd {
	background: url(../images/casket_add.gif) no-repeat left top;
	width: 110px;
	height: 30px;
}

#mainContent .casketAdd:hover {
	background: url(../images/casket_add.gif) no-repeat right top;
	width: 110px;
	height: 30px;
}

#mainContent img.casketView {
	background: url(../images/casket_view.gif) no-repeat left top;
	height: 30px;
	width: 110px;
}

#mainContent img.casketView:hover {
	background: url(../images/casket_view.gif) no-repeat right top;
	height: 30px;
	width: 110px;
}

