body {
	background-image: url(images/pre_base.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}
.btn {
}
.small {
	font-size: 12px;
	line-height: 24px;
}

.photo {
	background-color: #FFF;
}
a:link {
	color: #F63;
	text-decoration: none;
}
a:hover {
	color: #FC6;
	text-decoration: none;
}
a:visited {
	color: #C63;
	text-decoration: none;
}

.form_amount_base {
	background-image: url(images/form_onsale.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 46px;
	width: 276px;
}
