/* CSS Document */
* {
	padding: 0px;
	margin: 0px; }
	
#x_modal {
	background: url(/images/_40.png);
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;	
	z-index: 1000; 
	text-align: center; }

#x_modal_container {
	position: relative;
	top: 50%;
	z-index: 1001;
	width: 50px;
	height: 50px;
	margin: -25px auto 0px;
	border: 1px solid #ff0;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	border: #B9B2A5 1px solid;
	background-color: #FFF;
	padding: 5px;
}
#x_modal_text {
	background: url(/images/_40.png);
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 0px 6px 6px;
	padding: 5px 10px;
	text-align: left;
	height: auto;
	visibility: hidden;
	/*height: 0px;*/
}

#x_modal_text h2 {
	font-family: Oswald, sans-serif;
	color: #fff;
	font-size: 22px;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#x_modal_text p {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}