.kotm-dialog {
position:fixed;
top:50%;
left:50%;
margin-top:-150px;
margin-left:-250px;
width:500px;
height:300px;
background:#FFF;
z-index:9999;
}

.kotm-header {
text-align:center;
font-family: "OpenSans-Bold";
font-size: 23px;
margin: 20px auto 0;
}

.kotm-text {
margin: 20px auto 0;
padding:0 40px;
font-family: 'PT Serif', serif;
font-size: 16px;
height: 90px;
overflow: hidden;
}

.kotm-input {
text-align: center;
}

.kotm-input input {
  margin: 20px auto 0;
  line-height: 30px;
  display: block;
  width: 420px;
  height: 30px;
  padding: 0 10px;
  color: #a0a0a0;
  border: 1px solid rgba(0,0,0,.1);
}

.kotm-submit input {
display: inline-block;
  width: 215px;
  height: 40px;
  background: #000;
  color: #fff;
  border: 0;
  margin-top: 20px;
  font-family: 'PF Din Text Comp Pro Regular';
  font-size: 26px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 40px;
}
.kotm-submit {
text-align: center;
}
.kotm-submit input:hover {
  background: #3f3f3f;
}