.popup-box {
	position: absolute;
	border-radius: 5px;
  margin-top: 10px;
	background: #fff;
	display: none;
	z-index: 9999999;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	padding: 20px 30px 20px 30px;
}

.cross {
  background-image: url(/img/close.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 23px;
  background-size: 100%;
  z-index: 2;
  cursor: pointer;
  height: 21px;
}

.cross:hover {
  opacity: 0.7;
}

.popup-box h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 0 0;
}

#blackout {
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	overflow: hidden;
  overflow-y: hidden;
	z-index: 9999;
	left: 0;
	display: none;
}

textarea {
	width: 80%;
	font-family: sans-serif;
	resize: vertical;
	font-size: 16px;
	height: 50px;
	border: 1px solid #ccc;
	outline: none;
}
      
input {
  width: 80%;
  font-size: 16px;
  border: 1px solid #ccc;
  outline: none;
  margin-bottom: 10px;
}

input.button {
	width:auto;
  border:none;
  font-family: "lsp";
  color:white;
  background-color:black;
  padding:6px 15px 7px 15px;
  font-size:16px;
  border-radius:3px;
  margin: 0 10px 10px 0;
}
     
input.button:hover {
  cursor:pointer;
  background-color:rgba(0,0,0,0.85); 
}

input.money {
	font-size: 16px;
	width: 70px;
	margin-left: 10px;
	margin-right: 4px;
	text-align: right;
  border: 1px solid #ccc;
  outline: none;
  margin-bottom: 10px;
}

input.radio {
	width: 10px;
}