﻿#pipBody{
	font-size:10pt;
}
.pipWrapper{
	position: absolute;
	left: 50%;
	top: 50%;
	width:620px;
	height:450px;
	font-family:Arial, Helvetica, sans-serif;
	display:none;
	z-index:9999;
}
.pipOuterBorder{
	position: relative;
	left: -50%;
	top: -50%;
	border:#ffffff 5px solid;
	width:610px;
	height:440px;
}
.pip{
	position: relative;
	border:#b179f5 5px solid;
	width:600px;
	height:430px;
	background-color:#b179f5;
}
.pipTitle{
	width:570px;
	height:30px;
	background-color:##b179f5;
	color:#ffffff;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	float:left;
}
.pipTitleClose{
	width:20px;
	height:20px;
	padding: 5px;
	text-align:right;
	cursor:pointer;
}
#pipFrame{
	border:0px;
	width:600px;
	height:400px;
	background-color:#ffffff;
}
