﻿/* CSS Document */

head:first-child+body .shadowbox {
  background:url(../images/shadowAlpha.png) no-repeat bottom right;
  position: relative;
  top: 3px;
  left: 3px;
  padding: 0px 5px 3px 0px;
  margin: 3px 0px 6px 0px;

}

.shadowbox div {
  position: relative;
  top: -3px;
  left: -4px;
}

/***** for IE specific see the ie_mpcheckout.css *****/


