/* CommerceConnector */
div#ccInSiteLayer_bgr { 
  background:black; 
  cursor:pointer; 
  left:0px; 
  position:fixed; 
  top:0px; width:100%; 
  z-index:1000; 
  filter:alpha(opacity=50) !important;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}
div#ccInSiteLayer_content { 
  background:url(../images/loader.gif) white center center no-repeat; 
  height:522px; 
  left:50%; 
  margin-left:-489px; 
  margin-top:-261px; 
  position:fixed; 
  top:50%; 
  width:978px; 
  z-index:10000; 
}

div.ccButton {
  padding-top:10px;
}
div.ccButton img {
  border:0px;
}

