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

/* 
brown      = #2A1C0D
blue       = #15314F
light blue = #59758A
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background: #EEECE5 url('../images/bg.jpg') repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: #444444;
}

a {
	color: #59758A;
}

input {
	font-size: 1.2em;
}

textarea {
	font-size: 1.2em;
}

select {
	min-width: 300px;
	font-size: 1.2em;
}

p, form, td, .bodyText {
	font-size: 1.2em;
}

.header {
	margin-top: 0px;
	margin-bottom: 20px;
	height: 114px;
	width: 810px;
	margin-left: auto;
    margin-right: auto;
	background-image: url("http://antoineduchez.com/GiftCertificates/images/header.gif");
	background-repeat: no-repeat;
}

.footer {
	margin-top: 50px;
	font-size: 10px;
	line-height: 16px;
}

.boxTop {
	height: 90px;
	width: 755px;
}

.boxBG {
	width: 731px;
	background-image: url("http://antoineduchez.com/GiftCertificates/images/boxBG.gif");
	background-repeat: repeat-y;
	margin-left: 24px;
}

.boxContent {
	margin-left: 88px;
	text-align: left;
}

.boxBottom {
	height: 26px;
	width: 731px;
	margin-left: 24px;
	background-image: url("http://antoineduchez.com/GiftCertificates/images/boxBottom.gif");
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.container {
	width: 760px;
	margin-left: auto;
    margin-right: auto;
}

.submitBtn {
	width: 725px;
	margin-left: auto;
    margin-right: auto;
    text-align: right;
    margin-top: -5px;
    margin-bottom: 30px;
}

.selectAmount ul, .selectAmount li {
	display: inline;
	padding-right: 15px;
	font-weight: bold;
	list-style: none;
	color: #000000;
}

td {
	padding: 3px;
}

.choosePrint {
	font-size: 95%;
}

.italicMail {
	font-style: italic;
	color: #999999;
}

.chooseCard td {
	padding: 3px 40px 3px 0px;
}

.chooseCard img {
	padding-bottom: 10px;
	margin-left: -4px;
}

.giftInfo td {
	padding: 3px 20px 3px 0px;
}

.floatImg {
	float: left;
	padding-right: 30px;
}

.confirmBox {
	min-height: 340px;
	margin-left: -10px;
	padding-right: 10px;
}

.confirmBox td {
	font-size: 1.6em;
}

.smallText {
	font-size: .75em;
	font-style: italic;
	color: #999999;
}

#editForm, #submitForm {
	display:inline;
	padding: 5px;
}

.error {
	font-size: 1.6em;
	color: #990000;
	font-weight: bold;
}

.disclaimer {
	margin-top: 20px;
	margin-right: 10px;
	font-size: 10px;
	color: gray;
}

.editLink {
	font-size: .8em;
	color: #666666;
}

