.shadows {
	float: center top;
	background: url(../images/shadowAlpha.png) no-repeat bottom right; 
	filter: alpha(opacity=97);
	-moz-opacity: .97;
	opacity: .97;
	padding: 1px 2px 2px 1px;
}

.mastershadows {
	float: center;
	display: block;
}

* html .mastershadows { /*IE only hack*/
	/* Imcompatible with the menu */
	float: center;
	background-color: silver;
	padding: 2px 4px;
	display: inline;
}

.solidshadows {
	float: left;
	background-color: silver;
	padding: 0px 1px;
	display: inline;
}

.panelshadows {
}

* html .panelshadows { /*IE only hack*/
	float: center;
	background-color: silver;
	padding: 2px 1px 1px 2px;
	display: inline;
}

.jobpanelshadows {
	float: center;
	background-color: silver;
	padding: 2px 1px 1px 2px;
	display: inline;
}
