﻿.common {
	width: 195px;
	height: 150px;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	margin-top:15px;
}

.divOriginal {
	width: 195px;
	height: 150px;
	background-image: url(../../Images/CompanyLogo.png);
	top: 0px;
	left: 0px;
	z-index: 2;
	position: absolute;
	margin-left:1px;
}

.divShadow {
	background-image: url(../../Images/CompanyLogoBlur.png);
	top: 0px;
	left: 0px;
	z-index: 1;
	position: absolute;
}
