body {
	margin:4 4 0 4;
}

li						{
	list-style-image: url("/database/images/listsymbol.gif");
}

legend				{	
	color: #4E622A;
	font-family: Verdana,Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	
}
.fuelsCSS 			{float:left;width:45%;}
#producttype		{font-size:12px;text-align:center;border:0px solid silver;width:130px;height:145px;float:left;margin:5px;padding:0px;}
#productdesc		{
	background-color: #E9E9E9;
	position: absolute;
	color: #4E622A;
	left: 250px;
	top: 150px;
	height: 25px;
	width: 437px;
	font-size: 11px;
	visibility: hidden;
	text-align: center;
	padding: 5px;
	border: 1px solid silver;
}
#header				{margin:10 0 10 0px;color:orange;font-size:12px;font-family:Tahoma,Verdana,Helvetica;font-weight:bold;width:100%;}
#leftpanel			{clear:both;float:left; width:300;}
#rightpanel			{margin-left:10px;float:left; width:430;}
#form					{clear:both;display:inline-table;}

#formfieldlabel		{
	color: #424242;
	font-weight: normal;
	margin-top: 5px;
	background: url("/database/images/listsymbol.gif") no-repeat;
	padding: 2 0 3 14px;
	clear:both;
}

.button {
	background: #F4B408;
	font-size:11px;
	font-family:tahoma;
	border:1px solid silver;
}	

#product {
	margin:5px;padding:5px;border:1px solid silver;float:left;width:350px;height:150px;	
}

.producticonOFF {
	filter:alpha(opacity=17);
	-moz-opacity:.17;
	opacity:.17;
}

.producticonON {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}