.modal {
  display: none;
  width: 493px;
  height:240px;
  background:url(../img/modal-bg.png) no-repeat 0 0;
}

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

.modal div.label {color:#1d1d1d; font-size:14px; font-weight:bold; text-transform:uppercase;margin: 85px 0 0 141px;}
.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 45px}
a.left_modal {background:url(../img/left_modal-bg.png) no-repeat scroll 0 0;  padding-top: 8px; padding-left:10px; width: 174px; height:24px; color: #ffffff; font-size: 15px; font-weight: bold; text-shadow: 0 1px 0 #4d7f0c; }
a.left_modal:hover { background-position:bottom;}
a.right_modal {background:url(../img/right_modal-bg.png) no-repeat scroll 0 0;  padding-top: 8px;padding-right:10px; width: 162px; height:24px; color: #ffffff; font-size: 14px; font-weight: bold; text-shadow: 1px 0px 0 #b26301;margin-left: 10px;}
a.right_modal:hover {background-position:bottom;}
.buttons > span {
    color: #232323;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}
.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;
  display:none;
}

.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;
}