﻿/****************************/
.boxThumbnail
{
	float: left;
	width: 172px;
	height: 220px;
	padding: 0 8px 15px 0;
}
.boxThumbnail .productCode
{
	color: #617c3b;
}
.boxThumbnail .productTitle
{
	height: 20px;
}
.boxThumbnail .productPhoto
{
	height: 130px;
	background-color: #fff;
	border: solid 1px #bebfc0;
	vertical-align: middle;
	text-align: center;
}
.boxThumbnail .productPhoto img 
{
	border: 0px;
}
.boxThumbnail a:visited,
.boxThumbnail a:link
{
}
.boxThumbnail a:hover
{
}
.productHeader 
{
	font-size: 22px;
	line-height: 26px;
}
.productCode 
{
	color: #617c3b;
}
/************************/
.boxWhite 
{
	background: url(Box/boxWhite-body.png) repeat-y top left;
	padding: 10px 30px;
}
/************************/
.boxForm 
{
	width: 360px;
	padding: 0px 0px;
	margin-bottom: 8px;
}
.boxForm .label 
{
	float: left;
	width: 200px;
	padding-top: 6px;
	font-weight: bold;
}
.boxForm .label span
{
	color: #fe9d48;
	font-size: 20px;
}
.boxForm .field 
{
	clear: both;
}
.boxForm .field input[type='text']
{
	font-size: 16px;
	background-color: #c5c9b3;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	padding: 3px;
	width: 350px;
	color: #000;
}
.boxForm .field textarea 
{
	width: 350px;
	background-color: #c5c9b3;
	font: 13px Arial, Verdana;
	color: #000;
}
.boxForm .message 
{
	padding-top: 6px;
}