.etd_dw_form{
    border: 1px dotted #999;
    padding: 20px;
    margin: 20px 0;
    position: relative;
    line-height: 150%;
}

.etd_dw_form .spin_wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(256, 256, 256, 0.7);
}

.etd_dw_form h4{
    margin:0 0 5px !important;
    text-align: center;
}

.etd_dw_form p, .etd_dw_con{
    text-align: center;
    margin-bottom: 10px;
}

.etd_dw_form table, .etd_dw_form td{
    border: none;
}

.etd_dw_form table{
    margin-bottom: 0;
    width: 100%;
}

.etd_dw_form input[type=text]{
    width: 100%;
    box-sizing: border-box;
}

.etd_submit{
    margin: auto;
    display: table
}

.ed_error{
    display: block;
    text-align: center;
    color: red;
    font-size: 11px;
}

.ed_download_btn a{
    display: inline-block;
    padding: 5px 8px;
    background: blue;
    color: #fff;
    text-decoration: none;
}

.ed_pop_wrap, .ed_slide_wrap{
    display: none;
}

#cboxLoadedContent{
    padding: 10px 30px 0;
    box-sizing: border-box;
}




.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}