/* tables */
body {
background: url(bg.png) #0053F9 repeat-x;
font-family: "verdana";
text-align: left;
}

div {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
display: block;
}

.input_wrapper {
clear: right;
float:left;
height: 35px;
padding-right: 15px;
padding-bottom: 15px;
}

.input_wrapper input {
height: 28px;
padding: 6px;
border: 1px solid #0053F9;
-moz-border-radius: 2px; /* Firefox */
-webkit-border-radius: 2px; /* Safari, Chrome */
-khtml-border-radius: 2px; /* KHTML */
border-radius: 2px; /* CSS3 */
font-size: 18px;
}


#pop_overlay {
  position: fixed;
  z-index: 1000004;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: none;
}
#pop_window {
  font-size: 14px;
  font-family: arial, verdana;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  position: fixed;
  z-index: 1000005;
  visibility: hidden;
  text-align: left;
  top: 50%;
  left: 50%;
  border: 0px solid #AAA;
  -moz-box-shadow: rgba(32,32,32,1) 0 4px 30px;
  -o-box-shadow: rgba(32,32,32,1) 0 4px 30px;
  -webkit-box-shadow: rgba(32,32,32,1) 0 4px 30px;
  -khtml-box-shadow: rgba(32,32,32,1) 0 4px 30px;
  box-shadow: rgba(32,32,32,1) 0 4px 30px;
}
#pop_content {
  clear: both;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
  padding: 15px;
  overflow: hidden;
}
#pop_close {
  width: 28px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  right: 0px;
  top: -28px;
  text-decoration: none;
  text-align: right;
  opacity: 0.65;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, monospace;
  cursor: pointer;
  text-shadow: 1px 1px 1px #000000;
}

input.pop, input.pop:hover, input.pop:active {
  font-size: 14px;
  font-weight: normal;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 6px;
  border: 1px solid #CCC;
  border-spacing: 0;
  clear: both;
  color: #627C8F;
  width: 100%;
  margin: 0px 0px 7px 0px;
  font-family: arial, verdana;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  height: auto;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

input#pop_submit {
  display: inline-block;
  padding: 5px 14px;
  margin-bottom: 0;
  margin-top: 0px;
  font-family: arial, verdana;
  font-size: 14px;
  height: auto;
  min-width: 0px;
  max-width: 100%;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #bbbbbb;
  border-bottom-color: #a2a2a2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#84ABFB), to(#5E93FB));
  background-image: -webkit-linear-gradient(top, #84ABFB, #5E93FB);
  background-image: -o-linear-gradient(top, #84ABFB, #5E93FB);
  background-image: linear-gradient(to bottom, #84ABFB, #5E93FB);
  background-image: -moz-linear-gradient(top, #84ABFB, #5E93FB);
  background-repeat: repeat-x;
  border-color: #0053F9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#84ABFB", endColorstr="#5E93FB", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

