body, td, input, textarea {
	font: 12px Verdana;
}

td { vertical-align: top; }
table.ecard_display tr td { vertical-align: middle; }

form {
	margin: 0px;
}

input, textarea {
	color: #CCCCCC;
	background-color: #990000;
	border: outset #700000 1px;
	margin: 4px 0px 8px;
	padding: 5px;
}

textarea {
	overflow: auto;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

.btn {
	border-style: outset;
	padding: 8px;
}

#send-btn {
	border-style: outset;
	font-weight: bold;
	padding: 4px 8px;
	width: 100%;
}

.middle {
	vertical-align: middle;
}

.preview_table {
}

.ecard_display {
	table-layout: fixed;
}

.color1 {
	background-color: #FFAA44;
}

.color2 {
	background-color: #FFCC88;
}

.body_indent {
	margin-left: 2px;
}

body {
	margin: 10px;
	background-color: #660000;
}

.bullet {
	background-color: #660000;
	background-image: url(images/red_bullet1.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 8px;
	color: #CCCCCC;
}

a:link    { color: #CCCCCC; text-decoration: none; }
a:visited { color: #CCCCCC; text-decoration: none; }
a:hover   { color: #CCCCCC; text-decoration: underline; }
