@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
.title {
	font-weight: bold;
	}
.price {
	font-style: italic;
	}
.image {
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	top: 50px;
	border-width: 0px;
	text-align: center;
	}
.form_img {
	border-color: #CCCCCC;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	}