/* Product
--------------------------------------------------------------- */
#content .product
{
	border-bottom: 1px solid #CCC;
	float: left;
	font-size: 14px;
	height: 72px;
	padding: 12px;
	overflow: hidden;
	width: 275px;
}
#content .product p
{
	text-align: left;
}
#content .product a
{
	color: #900;
}
#content .product small a
{
	color: #666;
	text-decoration: underline;
}
#content .product .price
{
	color: #999;
	font-size: 12px;
}
#content .product .tb
{
	border: 1px solid #999;
	float: left;
	height: 64px;
	margin-right: 12px;
	overflow: hidden;
	width: 64px;
}
#content .product .tb img
{
	-ms-interpolation-mode: bicubic;
}
/* Forms
--------------------------------------------------------------- */
fieldset
{
	background: #FFF url(../img/form-fieldset-bg.png) bottom;
	margin-bottom: 25px;
	padding-bottom: 50px;
}
fieldset h2
{
	background: transparent url(../img/form-fieldset-top.png) no-repeat;
	color: #999;
	margin-bottom: 0px;
	padding: 25px;
}
fieldset h2 img
{
	margin-right: 12px;
}
fieldset p
{
	color: #999;
	margin-left: 60px;
}
.checkbox, .select, .submit, .text, .textarea
{
	color: #666;
	margin-bottom: 12px;
	margin-left: 60px;
	overflow: hidden;
}
.checkbox input
{
	margin-right: 12px;
}
.select label, .text label, .textarea label
{
	display: block; 
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	margin-top: 1px;
	text-align: right;
	width: 108px;
}
.select label.error, .text label.error, .textarea label.error
{
	color: #C00;
	font-size: 10px;
	margin-left: 118px;
	width: 300px;
}
.select select
{
	border: 1px solid #CCC;
	width: 300px;
}
.submit
{
	margin-top: 25px;
}
.submit button
{
	background: #AAA;
	border: 3px solid #DDD;
	color: #FFF;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 6px 25px;
	text-transform: uppercase;
}
.text input, .textarea textarea
{
	border: 1px solid #CCC;
	padding: 3px;
	width: 294px;
}
