.blue{background: url('BlueBtn130x20.gif') no-repeat left top;}
.gray{background: url('GrayBtn130x20.gif') no-repeat left top;}
.red{background: url('RedBtn130x20.gif') no-repeat left top;}
.btn{
    width:130px;
    height:20px;
    color:#FFFFFF;
    background-position: center;
    font-family: serif, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}
.btn a{line-height:20px;}
.btn a:visited{color:#FFFFFF; text-decoration: none;}
.btn a:link{color:#FFFFFF; text-decoration: none;}

.center {
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute; /*or fixed*/
  left: 50%;
  top: 50%;
  text-align: center;
}

#container {margin:0 auto;}
#content {
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute; /*or fixed*/
  left: 50%;
  top: 50%;
  text-align: center;
}

#basic-modal-content {
    display:none;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute; /*or fixed*/
    left: 50%;
    top: 50%;
    text-align: center;
}

/* Overlay */
#simplemodal-overlay {}

/* Container */
#simplemodal-container {
}
#simplemodal-container .simplemodal-data {}
#simplemodal-container code {}
#simplemodal-container a {}
#simplemodal-container a.modalCloseImg {}
#simplemodal-container h3 {}
