.virtualP {
	width: 460px;
	height: auto;
	float: left;
}

.virtualP_text {
	width: 390px;
	float: left;
}

.virtualP_info {
	width: 48px;
	float: left;
	margin-left: 16px;
}

div#hiddenA, div#hiddenB {
	display: none;
}

.hidden {
	background-color: #5560a2;
	width: auto;
	height: 20x;
	position: absolute;
	margin-left: -75px;
	margin-top: -5px;
}

/* IE6 */
* html .hidden {
	background-color: #5560a2;
	width: 195px;
	height: 20px;
	position: absolute;
	margin-left: -85px;
	margin-top: 35px;
}

/* IE7 Only */
*:first-child+html .hidden {
	background-color: #5560a2;
	width: auto;
	height: 20px;
	position: absolute;
	margin-left: -85px;
	margin-top: 35px;
}

.hidden p {
	text-align: center;
	margin-left: 3px !important;
	margin-right: 3px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	font-size: 11px;
	color: #e2e2e2;
}

/* IE6 */
* html .hidden p {
	text-align: center;
	margin-left: 3px !important;
	margin-right: 3px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	font-size: 11px;
	color: #e2e2e2;
}


div#black_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	top: 0px;
	left: 0px;
	z-index: 10;
}

div#flashcontent, div#flashcontent_b {
	float: left;
	padding-left: 10px;
	margin-top: 11px;
}

.info {
	position: absolute;
	z-index: 20;
	display: none;
	width: 100%;
}

.infoContainer {
	width: 438px;
	height: auto;
	/*left: 34%;*/
	position: relative;
	/*display: none;*/
	/*z-index: 20;*/
	/*background-color: #dbd9e4;*/
}

.infoTop {
	width: 438px;
	height: 5px;
	float: left;
}

.infoBottom {
	width: 438px;
	height: 6px;
	float: left;
}

.infoContent {
	width: 438px;
	height: auto;
	float: left;
	background-color: #dbd9e4;
}

.infoTitle {
	padding-left: 12px;
	margin-top: 9px;
	float: left;
}

.closeButton {
	margin-top: 2px;
	padding-right: 13px;
	float: right;
}

.centered_div {
	width: 438px;
	height: 300px;
}