/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 11, 2015, 10:19:58 AM
    Author     : jhenniger
*/
.pop-form {
  display: none;
  box-sizing: border-box;
  width: 330px;
  padding: 15px;
  border: 2px solid #369fbf;
  position: absolute;
  top: 24px;
  left: 68px;
  cursor: default;
  color: #000000;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.pop-form h4 {
  color: #999999;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}
.pop-form .pop-form-close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 15px;
  color: #999999;
  cursor: pointer;
}
.pop-form .pop-form-field,
.pop-form .pop-form-select {
  display: block;
  box-sizing: border-box;
  width: 250px;
  border: 1px solid #cbcbcb;
  padding: 3px;
  margin: 0 0 10px 0;
}
.pop-form .pop-form-notify {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 190px;
  margin: 0 15px 15px 0;
}
.pop-form .pop-form-notify.pop-form-error {
  color: #990000;
}
.pop-form .pop-form-notify.pop-form-success {
  color: #009900;
}
