.contact_error { 
	position: absolute; 
	z-index: 1000000;
	padding: 5px;
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.contact_error .ui-icon {
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	top: 2px;
}

#contact_result .ui-state-highlight .ui-icon {
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
}

#contact_result > div {
	font-weight: bold;
	padding: 5px;
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.widget_info label {
	display: block;
	font-size: 85%;
} .testimonials_quote {
	display: block;
	font-size: 24px/30px;
}

.sidebar .testimonials_quote {
	font-size: 18px/24px;
}

.testimonials_customer {
	display: block;
	position: relative;
	text-align: right;	
	font-size: 12px;
	font-style: italic;
} .thumbnail_widget_container ul {
	border: none;
}
 
.thumbnail_widget_container li {
	position: relative;
	display: block;
	float: left; 
	list-style: none; 
	margin: 5px 10px 5px 0px;
}


.thumbnail_widget_container a {
	border: none;
	overflow: hidden;
}

.thumbnail_widget_container img, .thumbnail_widget_container a img { 
	border: none;
	padding: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
} 