/* Purchase Form CSS */
/* legacy Dreamweaver Styles - need to be cleaned up */
.style1 {color: #000000}
.style2 {
	font-size: 150%;
	color: #000000;
}
.style4 {font-size: 200%; color: #000000; font-weight: bold; }
.style9 {color: #CCCCCC}
.style6 {
	font-size: 100%;
	border-bottom-style: none;
}
.style12 {
	color: #000000;
	font-weight: bold;
}
.style17 {font-size: 125%}
.style18 {
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
}

#purchase {
	background-color: #eeeeee;
	border: 1px solid #666666;
    padding: 10px;
	width: 85%;
}
#purchase h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;	
}

h2{
 font-size: 114%;
 color: #000000;
}

#purchase img {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 10px;
}
#purchase p {
	margin-bottom: 3px;
	padding-bottom: 0px;
}
#purchase .inputbox {
	border: 1px solid #666666;
}
#content {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}