.modal-window {
	position:absolute;
	top: 150px;
	left: 50%;
	width:300px;
	height: auto;
	margin-left: -150px;
	padding:20px;
	color: #3e3e3e;
	border: 2px solid #dedede;
    border-top: 2px solid #00a2ca;
    box-shadow: 0px 0px 10px #666;
	background-color:#fff;
	z-index:5;
	display:none;
}
.modal-close-btn{
	position:absolute;
	top:16px;
	right:8px;
	margin:0;
	padding:0;
	width:16px;
	height:16px;
	color:#000000;
	background:url(/images/ico.png) 0px -270px no-repeat;padding-left:16px;
	cursor:hand;
}
.modal-overlay{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position:absolute;
	background-color: rgba(0,0,0,.4);
	z-index:4;
}
.dlg-header {
    font-size: 14px;
}
.dlg-header h3 {
    font-size: 16px;
}
