form#product_message {
	width:90%;
	margin:0 auto;
	margin-top:5px;
	color:black;
}
form#product_message table#table_message {
	vertical-align:middle;
	color:black;
	margin:0 auto;
}
form#product_message table#table_message tr#tr {
	text-align:center;
}
form#product_message table#table_message tr td label input {
	width:270px;	
}
form#product_message table#table_message tr td {
	height:30px;
	line-height:30px;	
}
table#table_message tr td input {
	border:1px solid #999;
	color:black;
}
form#product_message table#table_message tr td input#send {
	margin-top:10px;
	border:1px solid #ccc;
	cursor:pointer;
	width:70px;
	height:25px;
	color:black;
}
form#product_message table#table_message tr td label {
	margin-top:10px;
}
form#product_message table#table_message tr td label.left {
	margin-left:20px;
}
form#product_message table#table_message tr td textarea {
	width:700px;
	height:150px;
	background:#ccc;
	border:1px solid #999;
	color:black;
}
form#product_message h1 {
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:15px;
	margin-top:10px;
}
ul.message_ul {
	width:700px;
	margin:0 auto;
	margin-top:18px;
	background:#ccc;
}
ul.message_ul li.li1 {
	line-height:20px;
	height:20px;
}
ul.message_ul li.li2 {
	line-height:30px;
	height:30px;
	text-indent:2em;
	border-top:1px dashed #999;
}
ul.message_ul li p.p1 {
	height:20px;
	line-height:20px;
}
ul.message_ul li p.em {
	padding-left:20px;
	line-height:200%;
}
span.bold {
	color:purple;
}
p.bold {
	color:purple;
}
p.message_p {
	text-align:center;
	height:25px;
	line-height:25px;
	margin-top:10px;
}
p.page {
	width:758px;
	text-align:center;
	height:40px;
	line-height:40px;
}
p.page a {
	text-decoration:none;
	color:black;
}
p.page a:hover {
	text-decoration:none;
	color:red;
}