#yprox_intro_container {
	background-color: rgba(255, 255, 255, 0.8) !important;
}
#yprox_intro_container p {
	width:700px;
	margin: 0 auto;
	padding: 5px 30px;
	/*background-color: #C4F4FF;*/
	background-color: #ffffff;
	color: #999999;
	font-size: 17px;
	line-height: initial;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
#yprox_intro_container p:first-child {
	font-size: 20px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	padding: 0;
	background-color: #999999;
	color:#ffffff;
	position:absolute;
	top: 38px;
	left: 0px;
	right: -400px;
	border:0;
}
#yprox_intro_container p:first-child + p {
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-top: 50px;
	border-top: 1px solid #e8e8e8;
	padding-top: 20px;
	padding-bottom: 20px;
}
#yprox_intro_container p:first-child #yprox_intro_close {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color:#ffffff !important;
	border-radius: 50%;
	margin: 0 !important;
	padding: 0 !important;
}
#yprox_intro_container p:last-child {
	padding: 0;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-bottom: 1px solid #e8e8e8;
	width: 410px;
}
#yprox_intro_container img{
	max-width: 100%;
	vertical-align: bottom;
}
#yprox_intro_container p:first-child:hover {
	background-color: #E5E5E5;
}