#price {
	float: right; 
	color: green;
	font-weight: bold;
	text-shadow: white 0px 1px 1px;
	/* border: 1px solid #000000; */
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}

#serviceinfo {
	clear: both; 
	float: right; 
	width: 180px;
	margin-left: 20px; 
	margin-bottom: 8px; 
	padding: 10px; 
	color: black; 	
	border: 1px solid #404040;
	border-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px;
	background-color: #e8e8e8;
	background: #e8e8e8;
	background: -moz-linear-gradient(top, white, #e8e8e8 70px);  
	background: -webkit-gradient(linear, 0 0, 0 70, from(#ffffff), to(#e8e8e8));
	
	/* filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#ffffff',EndColorStr='#e8e8e8'); */
}

.thumbarticle {
	border: 1px solid #c0c0c0;
	padding: 8px;
	margin: 6px;
}

