.modal {
  display: none;
  width: 451px;
  height:218px;
  background:url(../img/modal-bg.png) no-repeat 0 50px #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.basket_modal.modal{	background:url(../img/modal-bg_new.png) no-repeat 0 50px #ffffff;}

.modal div.label {color:#592a1d; font-size:14px; font-weight:bold; text-transform:uppercase;margin: 45px 0 0 116px;}
.modal a {text-decoration:none; display:inline-block; text-align:center;}

.buttons_wrapper{background:url(../img/modal-bg_buttons-wrapper.png) no-repeat scroll 0 center;}
.buttons { margin:45px 0 0 50px}
a.left_modal {background:url(../img/left_modal-bg.png) no-repeat scroll 0 0;  padding-top: 8px; width: 162px; height:26px; color: #5F2E09; font-size: 15px; font-weight: bold; text-shadow: 0 1px 0 #FBC267; }
a.left_modal:hover { background-position:bottom; color:#853703; text-shadow: 0 1px 0 #ffc77c;}
a.right_modal {background:url(../img/right_modal-bg.png) no-repeat scroll 0 0;  padding-top: 9px; width: 167px; height:25px; color: #ffffff; font-size: 14px; font-weight: bold; text-shadow: 1px 0px 0 #9a0608;margin-left: 15px;}
a.right_modal:hover {background-position:bottom; color:#fbdbdb; text-shadow: 1px 0px 0 #9a0608;}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 33px;
  height: 33px;
  text-indent: -9999px;
  background: url(../img/close-bg.png) no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(../img/spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}