.chkout-popup-container {
	left:400px;
	top:50px;
	position:absolute;
}

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

#chkout-outer_container {
	width:408px;
	height:221px;
	overflow:hidden;
	position:absolute;
}
 
#chkout-outer_container .title1 {
	float:left;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}
#chkout-outer_container .title2 {
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}
