body {
	background-image: url('images/snowmen.gif');
	background-repeat: repeat-y;
	margin-left: 125px;
}


.title {
	text-align:center;
	font-size: 30px;
	font-family: Monotype Corsiva;
	font-weight: bold;
	color: #E60000;
	margin-top: 10px;
}

.subtitle {
	text-align:center;
	font-size: 12px;
	font-family: verdana;
}

.introtext {
	width: 800px;
	margin-top: 30px;
	border: 1px solid #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-bottom: 0px;
}

.divider{
	background: #E60000;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 830px;
	height: 15px;
}
.form {
	background-image: url('images/formbg.gif');
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	width: 800px;
	border: 1px solid #000000;
	border-top: 0px;
}

.ordertitle {
	font-family: Monotype Corsiva;
	font-weight: bold;
	color: #E60000;
	font-size: 30px;
}

.ordersubtitle {
	font-family: Monotype Corsiva;
	color: #E60000;
	font-size: 20px;
}

.footertext {
	font-family: verdana;
	font-size: 9px;
}


input {
	width: 150px;
}

submit {
	width: 100px;
}

a {
	font-weight: bold;
	color: #E60000;
	text-decoration: none;
	font-family: verdana;
	font-size: 9px;
}

select.baseimage {
	width: 110px;
}

div.scroll {
height: 200px;
width: 300px;
overflow: auto;
border: 1px solid #666;
background-color: #ccc;
padding: 8px;
}