/*
 popup.js
*/
div.popup {
  max-width: 600px;
  border: 1px solid red;
  padding: 5px;
  background-color: white;
  /* The following properties should not be changed */
  position: absolute;
}

#popup_overlay {
  background-color: whitesmoke;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.popup_draghandle {
  cursor: move;
}

#email_popup{
	color: #FFFFFF;
	background:#dd2d2d;
	width: 390px;
	height: 151px;
	float: left;
}
#emailpopup{
	width: 386px;
	height: 129px;
	background-color:#FFFFFF;
	padding: 2px;
}
#emailpopup label{
float: left;
margin:5px;
}
.popup{
}
#email_popup #left{
	float: left;
	margin: 5px;
}
#email_popup .right{
	float: right;
	margin: 5px;
}
.clear{
	clear: both;
}
#email_popup label{
	color: #066928;
}
#email_popup input{
	color: #066928;
	border: solid 1px #066928;
}


