#hcp-box .window {
  position:absolute;
  left:0;
  top:0;
  width:450px;
  display:none;
  z-index:9900;
  padding:10px;
  box-shadow:0px 2px 3px #999;
  border:1px solid #e9e9e9;
}

#hcp-box #dialog2 {
  width:500px; 
  height:225px;
  padding:10px;
  background-color:#ffffff;

}
#hcp-box .window .close {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:20px !important;
	height:18px !important;
	overflow:hidden;
	background:url(../img/close_btn.png) 35px 0px no-repeat;
	margin:3px 0;
	padding:4px 35px 0 5px;
	color:#ca4e00;
	text-decoration:none !important;
}
#hcp-box .window .close:hover {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:20px !important;
	height:18px !important;
	overflow:hidden;
	background:url(../img/close_btn.png) 35px -20px no-repeat;
	margin:3px 0;
	padding:4px 35px 0 5px;
	color:#ffb500;
	text-decoration:none !important;
}
#hcp-box .window .topbar {
	position:relative;
	width:100%;
	height:30px;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
.hcp-popup {
	padding-left:15px;
    line-height:18px;
    font: 12px Arial,Helvetica,sans-serif;	
}

.hcp-popup p{
    line-height:25px;
}

.hcp-popup a {
	background: url(/img/arrows.gif) left top no-repeat;
	padding: 0 0 3px 14px ;
	text-decoration: none;
}



