
.cart_buttons, .cart_buttons *
{
  display:inline;
}


.flash_notice
{
  background-color:#006600;
  position:relative;
  color:#ffffff;
  min-width:300px;
  float: right;
  margin-right:15px;
  opacity:0.70;
  border-radius:10px;
  height:50px;
  margin-bottom:15px;
  box-shadow: 3px 3px 10px 5px #8b8989;
  text-align:center;
}

.flash_error
{
  background-color:#CE4141;
  position:relative;
  color:#ffffff;
  min-width:100%;
  float: right;
  opacity:0.80;
  height:60px;
  margin-bottom:1px;
  text-align:center;
  z-index:999;
}
.flash{
  bottom:0;
  right:0;
  display:block;
  position:fixed;
  width:100%;

}
.flash_notice b, .flash_error b {
padding-left:15px;
padding-right:15px;
position:relative;

top:30%;

font-size:15px;
/*vertical-align:center;*/

text-align:center;


}