@charset "utf-8";

#ysw-home-popup {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	background:url(ysw-home-popup.png) no-repeat;
	width:522px !important;
	height:556px !important;
	font-family:Arial;
	position:relative;
}

#ysw-home-popup .ysw-hp-save {
	color:#eb0000;
	font-size:72px;
	font-weight:bold;
	text-align:center;
	padding-top:205px;
	text-transform:uppercase;
	line-height:48px;
	text-shadow: 1px 1px 0px #333;
}

#ysw-home-popup .ysw-hp-save span {
	display:block;
	font-size:22px;
}

#ysw-home-popup p {
	font-weight:bold;
	text-align:center;
	padding: 0 40px 15px 40px;
	margin: 0;
}

#ysw-home-popup input.inputTxt {
	border: 4px solid #000;
	padding: 10px;
	width: 365px;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	display: block;
}

#ysw-home-popup input.inputTxt:focus {
	outline:none;
}

#ysw-home-popup input.inputSend {
	width: 222px;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}

#ysw-home-popup input.inputSend:hover {
	opacity:0.9;
}

#ysw-home-popup .ysw-hp-trust {
	color:#343434;
	font-size: 14px;
	padding-top: 20px;
}

.yswPUdialog .ui-dialog-titlebar-close {
	background:url(ysw-home-popup-close.png) no-repeat;
	position:absolute;
	top:34px;
	right:-6px;
	width:26px;
	height:26px;
	cursor:pointer;
	border:0;
	z-index: 99;
	font-size: 0;
}

.ui-widget-overlay {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position:fixed;
}

.ui-dialog:focus {
	outline: 0;
}
