#cb-overlay {
    background-color: #777777;
    cursor: pointer;
    display: none;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:3;
}   

#cb-wrap {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    box-shadow: 0 0 35px -10px #000000;
    display: none;
    font-family: Arial;
    font-size: 10pt;
    padding: 20px 10px 10px;
    z-index: 10000;
    position: absolute;
    top:5px;  
    max-width:100%; 
    width:800px !important;
}

.cb_loader{
  height:100px;
  width:100px;
}
.cb_loader img{
  width:100%;
}

#cb-wrap #cb-close {
  background: none repeat scroll 0 0 red;
  border-radius: 0 0 0 5px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 18px;
  margin-right: -10px;
  margin-top: -20px;
  padding: 0 21px;
  width: 50px;
}

#cb-wrap #cb-close:hover{
  background:black;
  color:red;  
}

#cb-wrap #cb_content img{
  max-width:100%;
}

#cb-wrap #cb_content div{
  border:1px solid #cecece;
  padding:10px;
}

#cb-wrap #cb-msgbox {
  display:none;
  border: 1px solid;
  margin-bottom: 10px;
  padding: 10px; 
}

#cb-wrap #cb-msgbox.accept{
  background:-moz-linear-gradient(bottom,#32cd32, #adff2f); /* Firefox */
  background:-webkit-gradient(linear,left top,left bottom,from(#32cd32),to(#adff2f)); /* Chrome, Safari */
  filter: progid:DXImageTransform.Microsoft.gradient(start
  Colorstr='#32cd32',endColorstr='#adff2f'); /* Internet Explorer */ 
}

#cb-wrap #cb-msgbox.fail{
  background:-moz-linear-gradient(bottom,#FF4B4B, #FFA5A5); /* Firefox */
  background:-webkit-gradient(linear,left top,left bottom,from(#FF4B4B),to(#FFA5A5)); /* Chrome, Safari */
  filter: progid:DXImageTransform.Microsoft.gradient(start
  Colorstr='#FF4B4B',endColorstr='#FFA5A5'); /* Internet Explorer */ 
}

.cb_loader{
  width:185px;
  height:5px;
  border-radius:10px;
  display:none;
  position:relative;
  z-index:3;
}
.cb_loader img{
  width:100%;
}