#ibox_wrapper {
  line-height:25px;
  border-color:#fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#ibox_wrapper, #ibox_footer_wrapper a { background-color:#fff; }
#ibox_content { background-color:#fff; border:0; margin: 10px 10px 40px 10px; }
#ibox_footer_wrapper {
  line-height: 22px;
  bottom: 5px;
  top: auto;
  text-align:center !important;
  font-family: 'MavenPro';
  font-weight:normal !important;
  color:#555;
  border-top:1px dashed #D1D7DD;
}
#ibox_footer_wrapper a {
  display:none;
}
#ibox_loading {
  text-indent: -100000px;
  width: 100px;
  height: 100px;
  background: #eeeeee url('../images/animated/loading.gif') center center no-repeat;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#ibox_close_area {
  text-align: right !important;
  padding:10px 5px 0 0 !important;
}

#ibox_close_area a {
  font-size: 20px;
}

#ibox_footer {
  font-weight:bold;
  font-style:italic;
}

/* JQ Loader
---------------------------------*/

.loading-bottom {
  background: #555 !important;
  height: 35px;
  line-height: 35px;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  left: 0px;
  bottom: 0px;
  text-align: center;
  color: #ffffff;
  left: -100%;
  opacity: 0;
}
.loading-text-img {
  display: none;
  background: url(../images/animated/balls.gif) center center no-repeat;
}