/* EVENT PAID CONFIRMATION DIALOG BOX */
#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_messageBox_idConfirmWindowStyle {
border: 2px solid #2B5882;
background: #D8E4F2 url(/BuiltTheme/skyline_suburbia.v3.0/current/2b080541/images/confirmWindows/confirm-info-icon.gif) 10px 6px no-repeat;
border-radius: 5px;
padding: 10px;
font-weight: 800;  
    }
    /* END EVENT PAID CONFIRMATION DIALOG BOX */
    
.cnFooterPoweredByContainer {
  display: none;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #003c85);
  background-image: -moz-linear-gradient(top, #3498db, #003c85);
  background-image: -ms-linear-gradient(top, #3498db, #003c85);
  background-image: -o-linear-gradient(top, #3498db, #003c85);
  background-image: linear-gradient(to bottom, #3498db, #003c85);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #4baefa;
  background-image: -webkit-linear-gradient(top, #4baefa, #2361ad);
  background-image: -moz-linear-gradient(top, #4baefa, #2361ad);
  background-image: -ms-linear-gradient(top, #4baefa, #2361ad);
  background-image: -o-linear-gradient(top, #4baefa, #2361ad);
  background-image: linear-gradient(to bottom, #4baefa, #2361ad);
  text-decoration: none;
}
.shadow-box {
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow-box:before, .shadow-box:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.shadow-box:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}