/*MODAL POPUP*/
#modal_container { 
  border: 1px solid #666;
  background-color: #0e0e0e;
  background: url(../images/front/hatch_background.png);
  padding: 10px;
} 
 
#modal_overlay {  
  background-color:#000;
}

#modal_image {
  float: left;
}

#container-popup {  
  background-color: #0e0e0e;
  background: url(../images/front/hatch_background.png);
  padding: 10px;
}

#container-popup p {  
  margin-bottom: 8px;
}

#popup-lightning-top {
	float: left;
	top: 10px;
	left: 10px;
}

#popup-body {
	margin: auto;
	padding: 0 50px 0 100px;
	min-height: 100px;
	_height: 100px;
}

#popup-body form {
	text-align: center;
}

#popup-body form table{
	margin: auto;
}

#popup-body form table td{
	text-align: left;
}

#popup-body form table td.label{
	text-align: right;
}

#popup-body form table td.button{
	text-align: center;
}

#popup-body h2 {
	/*margin-bottom: 34px;*/
	line-height: 54px;
	color: #fe0079;
	font-size: 24px;
	text-align: center;
}

#popup-body h3 {
	margin-top: 8px;
	margin-bottom: 8px;
	color: #00fcfe;
	font-size: 16px;
}

#popup-body p, #popup-body ul {
	margin-bottom: 8px;
}