body
{
	background-color: #D9F1FA;
}
#content_setter
{
 	background-image:url(../images/content_bg_D9F1FA.gif);
}
#content
{
	color: #58585A;
}

input.quantity {width: 60px; float: left;}
select.products {width:297px;}





label.product 
{
	float: left;
	display: block;
	width: 60px;
}

label
{
	padding-right:5px;
	text-align:right;
}

.desc_left label
{
	text-align:left;
}

.desc_left
{
	margin-top: 15px;
}


input.reset 
{
	float: left;
	margin-left:1px;
}

*+ html input.reset 
{
	margin-left:0px;
}
* html input.reset 
{
	margin-left:3px;
}

input.submit
{
	float: right;
	margin-right: 10px;
}

*+html input.submit
{
	float: right;
	margin-right:-1px;
}

*html input.submit
{
	margin-right: -8px;
}

