@font-face {
    font-family: "Noto Sans";
    src: url("NotoSans-Regular.ttf") format('truetype');
}
.ui-widget-overlay {
    background: #000000;
    opacity: .66;
    filter: Alpha(Opacity=30);
}
#contentSub.redeem {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contentSub.redeem:before,
#contentSub.redeem:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control {
  /*display: block;*/
  width: 100%;
  /*height: 34px;*/
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
button:focus {
    outline: inherit;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.redeem .submitBtn {
    font-size:20px;
}
.modal-header .close { font-size: 1.5em; margin-top: -4px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; color: #4a8fcc; margin-left: -100%; }
.modal-header .close .fa { background-color: #fff; border-radius: 50%; line-height: 0.75em;  }

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: Verdana, sans-serif;
    font-style: normal;
    /*text-align: center;*/
}

.smround-br {
	text-align: center;
}
button { 
  border:0; 
  cursor:pointer; 
  font-weight:normal; 
  padding:0 9px 0 0; 
  text-align:center; 
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 13px; 
  width:120px;
}

/*blue buttons*/
button.submitBtn { 
  height:30px; 
  background:url(/pl_data/oval-orange.png) top left no-repeat; 
  background-size:cover;
  font-size:12pt; 
  width:150px;
}
button.submitBtnDefault { 
  height:30px; 
  background:url(/pl_data/oval-default.png) top left no-repeat; 
  background-size:cover;
  font-size:12pt; 
  width:150px;
}
button.submitBtn span { 
  height:30px; 
  line-height:27px;
  color:#FFFFFF;
}
button.submitBtn:hover {
	background:url(/pl_data/oval-orange.png) bottom left no-repeat; 
    background-size:cover;
}