/* ///////////////////////// */
/*  ONLY THE BADGE CLASS */
/* ///////////////////////// */

#badge /* IE and FF attributes */
{ 
	width:75px;
	height:105px;	
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.alphaimageloader(src='/premium/eBoutiques/contest/0/badge.png'); /*, sizingMethod='scale');*/
}
html>body #badge  /* FF attributes ONLY */
{
	background-image: url("/premium/eBoutiques/contest/0/badge.png");
	background-repeat: no-repeat;
}

.winnerBadgeLoc
{
	position:relative;
	top:-160px;
	left:130px;
	z-index:3;
	width:47px;
	height:67px;	
	margin-top:-67px;
}
#badge0 /*1st place*/
{
	width:100%;
	height:100%;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.alphaimageloader(src='/premium/eBoutiques/contest/0/small-badge1.png'); /*, sizingMethod='scale');*/
}
html>body #badge0  /* FF attributes ONLY */
{
	background-image: url("/premium/eBoutiques/contest/0/small-badge1.png");
	background-repeat: no-repeat;
}

#badge1 /*2st place*/
{
	width:100%;
	height:100%;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.alphaimageloader(src='/premium/eBoutiques/contest/0/small-badge2.png'); /*, sizingMethod='scale');*/
}
html>body #badge1  /* FF attributes ONLY */
{
	background-image: url("/premium/eBoutiques/contest/0/small-badge2.png");
	background-repeat: no-repeat;
}

#badge2 /*3st place*/
{
	width:100%;
	height:100%;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.alphaimageloader(src='/premium/eBoutiques/contest/0/small-badge3.png'); /*, sizingMethod='scale');*/
}
html>body #badge2  /* FF attributes ONLY */
{
	background-image: url("/premium/eBoutiques/contest/0/small-badge3.png");
	background-repeat: no-repeat;
}

#badge3 /*Editors Choice*/
{
	width:100%;
	height:100%;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.alphaimageloader(src='/premium/eBoutiques/contest/0/small-badge4.png'); /*, sizingMethod='scale');*/
}
html>body #badge3  /* FF attributes ONLY */
{
	background-image: url("/premium/eBoutiques/contest/0/small-badge4.png");
	background-repeat: no-repeat;
}

