.imagetypeselection .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    background-color: #003399;
}
.imagetypeselection .input-append input {
    position: relative;
	display: inline-block;
    vertical-align: center;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding: 0 0;
}
#body
#{
#  padding: 0;
#  margin: 0;
#  min-width: 1000px;
#  color: #8BAEC6;
#}

.add2cart-overlay {
 background-color:#3333cc;
 border:1px solid #eee;
 border-radius:5px;
 -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.5);
 -moz-box-shadow:0 0 15px 0 rgba(0,0,0,.5);
 /*! box-shadow:0 0 15px 0 rgba(0,0,0,.5); *//*! padding:10px; */z-index:10002
}
.eventgallery-overlay-background {
  background: #00ffff;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0.5;
  position: fixed;
  width: 50%;
  z-index: 10001;
}
