.pop-win{
	position: absolute;
/*	min-width: 400px;
	min-height: 300px;*/
	background: #fff;
	border: solid 2px #aaa;
	top: 20px;
	left: 20px;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, .1);
}

.pop-win hgroup{
    
	line-height: 26px;
	vertical-align: top;
	padding: 0 10px;
	position: relative;
}

.pop-win hgroup .close {
	display: block;
	top: 4px;
	right: 5px;
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(img/win_close.png) no-repeat;
}
.pop-win hgroup .close:hover
{
    background: url(img/win_close_hover.png) no-repeat;
}

.pop-win>hgroup>h1{
	font-size: 100%;
	margin: 0;
	padding: 0;
	border-bottom:2px solid #007dc0; 
}

.pop-animation {
	-webkit-transition: -webkit-transform 1s ease 0s;
	-moz-transition: -moz-transform 1s ease 0s;
	-ms-transition: -ms-transform 1s ease 0s;
}

.pop-win .disabled {
	color: grey;
}
