body#dmcwindow {
	background-color: transparent;
}

body#demoiframe {
	background-image: url(../images/Screen%20shot%202010-05-27%20at%209.03.35%20AM.png);
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	left: 0px;
	top: 0px;
}
iframe#DMC {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
}

.keepshoppingbox {
	-webkit-border-radius: 4px;
	-moz-border-bottomleft: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: #333 0 0 10px;
	box-shadow: 0 0 10px #333;
	background-image: url(../images/bg_white75.png);
	background-repeat: repeat;
	border: 1px solid #DEDEDE;
	padding: 5px;
	width: 224px;
	height: 30px;
	margin:10px;
}

iframe#DMCKeepShop
{
	position: fixed;
	top: 10px;
	right: 0px;	
	z-index: 9999;
}
