.WinBuyVUCA{
	width: 380px;
	background: #fff;
	border: solid 1px #c7c7c7;
	border-radius: 2px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	padding: 10px;
}
.WinBuyVUCA .message{
	text-align: center;
	font-size: 16px;
	margin: 5px 0px;
}
.WinBuyVUCA .butOk{
	background: linear-gradient(to top, #00b7ff, #8ad7f5);
	cursor: pointer;
	padding: 5px 20px;
	color: #fff;
}
.WinBuyVUCA  .close{
	width: 12px;
	height: 12px;
	background: url(img/close-button.png);
	background-size: cover;
	cursor: pointer;
}


.DefaultGraphic{
	position: relative;
}

.DefaultGraphic .GraphicWinWait{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.4);
}

.DefaultGraphic .GraphicWinWait img{
	width: 80px;
}

@media (max-width: 450px){
	.DefaultGraphic .GraphicWinWait img{
		position: absolute;
		left: 150px;
	}
}

