@charset "utf-8";
/* CSS Document */

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.mid {
	text-align: center;
}
.container {
	background-color: #FFFFFF;
	width: 651px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 2px solid #000000;
	background-image: url(../gift_card_images/background_1.jpg);
	background-repeat: repeat;
}
.container h3 {
	color: #2F2F4F;
}
#inner_container {
	width: 574px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 2px solid #242239;
	-moz-opacity:.9; 
	filter:alpha(opacity=90); 
	opacity:.9; 
}
#gift_card {
	margin: 20px;
	height: 121px;
	width: 188px;
	background-image: url(../gift_card_images/gift_card/gift_card_thumb_1.jpg);
	background-repeat: no-repeat;
	display: inline-block;
}

form {
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
	width: 500px;
}

form .input{
	display: inline-block;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

form .small_info {
	font-size: 11px;
	color: #37375B;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

form #form_amount .small_info{
	text-indent: 120px;
}

form #Quantity {
	background-color: #ECEDF0;
	padding: 5px;
	border: 1px solid #322F55;
}
form span {
	text-indent: 35px;
	display: inline-block;
}
form p {
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
form #Submit {

}
form .f_btn {
	margin-top: 20px;
	background-color: #CACBDD;
	border: 1px solid #333951;
	padding: 2px;
	margin-right: auto;
	margin-left: auto;
}

form .f_btn:hover {
	background-color: #F0F8EF;
	border: 1px solid #2BA224;
	color: #234022;
}

form #error_btn {
	background-color: #FDEAEA;
	border: 1px solid #C60005;
	color: #59090B;
}
form #error_btn:hover {
	background-color: #960E0E;
	border: 1px solid #C60005;
	color: #FFFFFF;
}
form .small {
	width: 50px;
}


form label {
	display: inline-block;
	width: 120px;
}

form #shipping_label {
	width: 200px;
}


.icon {
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 12px;
}
#USPS {
	background-image: url(../gift_card_images/icons/usps.gif);
	height: 35px;
}
#UPS {
	background-image: url(../gift_card_images/icons/ups_sheild.gif);
	height: 42px;
	margin-bottom: 4px;

}

.error {
	color: #AF070C;
}.bold_text {
	font-weight: bold;
}
.Black_text {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
