/* CSS Document */

.adzone-remote-container{
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.025);
  background:#fcfcfc;
  margin:20px 0px;
}

.adzone-remote-container .adzone-remote-legend{
  position:relative;
}

.adzone-remote-container .adzone-remote-legend h3{
  padding:12px;
  background:#F8F8F8;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#575757;
  text-align:center;
  margin:0;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 1),inset 0px -1px 0px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1),inset 0px -1px 0px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1),inset 0px -1px 0px rgba(0, 0, 0, 0.025);
}

.adzone-remote-container .adzone-remote-legend h3 i{
  color:#969696;
}

.adzone-remote-container .adzone-remote-text{
  padding:14px;
  /*min-height:104px;*/
  background:transparent;
  font-size:14px;
  font-weight:normal;
  color:#797979;
  text-align:center;
}

