body {
	background: #AD362E url(../common/color_leaves_bg.jpg) center top no-repeat;
}
#main p {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
#textBox {
	position: absolute;
	left: 142px;
	top: 87px;
	width: 427px;
	height: 431px;
	font-size: 0.95em;
	overflow: auto;
	padding-right: 10px;
	font-family: Times, "Times New Roman", serif;
}
input, select, textarea {
	font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size: 0.85em;
}
#formTitle {
	font-size: 140%;
	text-align: center;
	margin-bottom: 10px;
}
#formTitle p {
	display: block;
}
.superScript {
	display: inline;
	vertical-align: super;
	}
#formIntro {
	margin-bottom: 15px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}
#smallLeaf {
	position: absolute;
	left: 37px;
	top: 45px;
	width: 73px;
	height: 81px;
	background: transparent url(../wholesale/sm_leaf.jpg) no-repeat;
	z-index: 5;
}
#doubleLeaf {
	position: absolute;
	left: 13px;
	top: 424px;
	width: 119px;
	height: 96px;
	background: transparent url(../wholesale/double_leaf.jpg) no-repeat;
	z-index: 4;
}
#largeLeaf {
	position: absolute;
	left: 641px;
	top: 289px;
	width: 125px;
	height: 145px;
	background: transparent url(../wholesale/lg_leaf.jpg) no-repeat;
	z-index: 6;
}
#title {
	position: absolute;
	left: 110px;
	top: 38px;
	width: 514px;
	height: 35px;
	background: transparent url(../wholesale/title.jpg) no-repeat;
	z-index: 7;
}
#errorTitle {
	position: absolute;
	left: 260px;
	top: 38px;
	width: 216px;
	height: 35px;
	background: transparent url(../wholesale/error_title.jpg) no-repeat;
	z-index: 7;
}
#successTitle {
	position: absolute;
	left: 177px;
	top: 38px;
	width: 379px;
	height: 35px;
	background: transparent url(../wholesale/success_title.jpg) no-repeat;
	z-index: 7;
}
.redBorder {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	color: #AD362E;
	border-bottom: 2px solid #AD362E;
}
