.btsmall
{
  color:white !important;
  height:30px !important;
  line-height: 30px !important;
  float:left !important;
  width:auto !important;
  font-size:15px !important;
  margin:0 5px 20px !important;
  padding:0 5px !important;
  box-shadow: 0 5px darkgray !important;
}

#calltoaction #povp
{
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}

.h01.make-bg, .h01 .ui-dialog-titlebar
{
background: #1068aa;
}

.h02.make-bg, .h02 .ui-dialog-titlebar
{
background: #8ec37a;
}

.h03.make-bg, .h03 .ui-dialog-titlebar
{
background: #e3223e;
}

.h04.make-bg, .h04 .ui-dialog-titlebar
{
background: #ece77a;
}

.h05.make-bg, .h05 .ui-dialog-titlebar
{
background: #a4c5db;
}

.h06.make-bg, .h06 .ui-dialog-titlebar
{
background: #9c637e;
}

.h07.make-bg, .h07 .ui-dialog-titlebar
{
background: #f0915d;
}

.h08.make-bg, .h08 .ui-dialog-titlebar
{
background: #f4bf4b;
}

.h09.make-bg, .h09 .ui-dialog-titlebar
{
background: #1d8845;
}

.h10.make-bg, .h10 .ui-dialog-titlebar
{
background: #eaa3c7;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  outline: 0;
    box-shadow:  0px 0px 100px #D8D8D8;
    background:white;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 15px;
  position: relative;
  overflow:hidden;
  color:white;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  color:white !important;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 15px;
    font-size:13px;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
    border:0;
    margin-top: 15px;
  padding: 15px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin:0 10px;
  cursor: pointer;
    float:left;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.no-close .ui-dialog-titlebar-close {
display: none;
}

.ui-front {
  z-index: 100 !important;
}

.ui-widget-overlay {
  position: fixed;
  background:rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}