/* CSS Document */

/* ================= your card has been successfully sent page ============ */
p {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 16px;
	margin-bottom: 15px;
	}

#wrapper {
	background-color: #AEBC5D;
	border: 1px solid #FCFAC5;
	background-image: url(/images/bamboobg.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	}

h4.success {
	font-family: georgia, times, serif;
	font-size: 1em;
	color: #FCFAC5;
	font-weight: normal;
	padding: 16px 0px 16px 10px;
	}

#listbox {
	margin: 0 0px 0px 60px;
	width: 260px;
	}
#listbox ul {
	list-style-type: none;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
	margin-left: 20px;
	font-weight: bold;
	}
#listbox ul li {
	background-image:url(/images/lotusbullet.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-left: 20px;
	}

#listbox ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
	color: #492E12;
	text-decoration: none;
	}
#listbox ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .90em;
	color: #000000;
	text-decoration: underline;
	}

div.textad {
	float: left;
	background-color:#6C762F;
	width: 145px;
	margin: 30px 10px 40px 10px;
	height: 200px;
	text-align: left;
	padding: 10px;
	}
*html div.textad {
	width: 125px;
	}
.marginright {
	margin: 30px 20px 40px 10px;
	float: left;
	background-color:#6C762F;
	width: 145px;
	height: 200px;
	text-align: left;
	padding: 10px;
	}
*html div.marginright {
	width: 125px;
	}
.marginleft {
	margin: 30px 10px 40px 38px;
	float: left;
	background-color:#6C762F;
	width: 145px;
	height: 200px;
	text-align: left;
	padding: 10px;
	}
*html .marginleft {
	width: 125px;
	}
div.textad p {
	color: #000000;
	}

/* ================= END your card has been successfully sent page ============ */