/* <style> */

.aff_modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

.aff_modal-box header,
.aff_modal-box .modal-header {
  padding: 1em 1em;/*padding: 1.25em 1.5em;*/
  border-bottom: 1px solid #ddd;
}

.aff_modal-box header h3,
.aff_modal-box header h4,
.aff_modal-box .modal-header h3,
.aff_modal-box .modal-header h4 { margin: 0; padding:0; }

.aff_modal-box .aff_modal-body { padding: 0.6em 1em; }

.aff_modal-box .footer,
.aff_modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.aff_modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

a.aff_js-modal-close {
  line-height: 1;
  font-size: 1em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
  line-height: 16px;
}
a.aff_js-modal-close small
{
  /*font-size: 0.7em;*/
}
a.aff_js-modal-close .aff_modal-close-sign
{
  float:right;
  font-size: 1.4em;
  padding-top: 1px;
  margin-left: 6px;
}

a.aff_js-modal-close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.aff_modal-box .aff_btn,
.aff_modal-box .footer .aff_js-modal-close
{
   display: inline-block;
   margin-bottom: 0;
   font-weight: 400;
   text-align: center;
   vertical-align: middle;
   cursor: pointer;
   background-image: none;
   border: 1px solid transparent;
   white-space: nowrap;
   padding: 6px 12px;
   font-size: 14px;
   line-height: 1.42857143;
   border-radius: 4px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;    
   text-decoration: none;

   color: #fff;
   background-color: #5bc0de;
   /*border-color: #46b8da;*/
}

.aff_modal-box .footer .aff_js-modal-close
{
   background:#df6f39;
}

.aff_full_row
{
   width:100%;
}
.aff_text_center
{
   text-align: center;
}

.aff_modal-box
{
  width:500px;
}

@media screen and (max-width: 600px) {
  .aff_modal-box
  {
    width:80%;
  }
}
@media screen and (max-width: 360px) {
  .aff_modal-box
  {
    width:100%;
  }
  .aff_modal-box header h3
  {
    margin-top:12px;
  }
}

/*@media (min-width: 32em) {
  .aff_modal-box { width: 70%; }
}
*/
/* <style> */

.aff_modal-box
{
	font-family: 'Trebuchet MS';
	background: #ffffff;
	color: #000000;
}
.aff_modal-box .aff_btn
{
	background: #2ab433 !important;
	color: #ffffff !important;	
}
.aff_js-modal-close.close
{
	//color: #000000;	
}
.aff_modal-body .aff_inner_text
{
	text-align: center;	
}a.aff_js-modal-close{color:black;}