@CHARSET "UTF-8";

.popupInfo {
	top									: 200px;
	position							: fixed;
	z-index								: 1000;
}

.popupInfo .border-left {
	background-image					: url(../images/popup/pp_border-left.png);
	background-position					: left top;
	background-repeat					: no-repeat;
	position							: relative;
}
	
.popupInfo .border-right {
	background-image					: url(../images/popup/pp_border-right.png);
	background-position					: right top;
	background-repeat					: no-repeat;
	padding								: 0 20px 0 20px;
}

.popupInfo .border-top{
	height								: 5px;
	background-image					: url(../images/popup/pp_border-top-right.png);
	background-position					: right bottom;
	background-repeat					: no-repeat;
}

.popupInfo .border-top div{
	height								: 5px;
	margin-right						: 40px;
	background-image					: url(../images/popup/pp_border-top.png);
	background-position					: left bottom;
	background-repeat					: no-repeat;
	width								: 416px;
}


.popupInfo .border-bottom{
	height								: 30px;
	background-image					: url(../images/popup/pp_border-bottom-right.png);
	background-position					: right top;
	background-repeat					: no-repeat;
	display: block;
}

.popupInfo .border-bottom div{
	margin-right						: 40px;
	height								: 30px;
	background-image					: url(../images/popup/pp_border-bottom.png);
	background-position					: left top;
	background-repeat					: no-repeat;
	width								: 416px;
}

.popupInfo .header {
	background-color					: #FFCC00;
/*	min-height							: 20px; */
	height								: 20px;
	width								: 406px;
}

.popupInfo .headerContent{
	float								: left;
	cursor								: default;
	margin-left							: 10px;
}

.popupInfo .headerClose{
	color								: red;
	float								: right;
	cursor								: pointer;
	margin-right						: 5px;
}

.popupInfo .btnHeaderClose{
	background-image					: url(../images/popup/close.png);
	background-repeat					: no-repeat;
	background-position					: top right;
	padding-right						: 20px;
}


.popupInfo .frame {
	margin								: 0 5px;
}

.popupInfo .content {
	text-align							: center;
	padding								: 3px;
	background-color					: #FFFFCC; 
	width								: 400px;
	min-height							: 50px; 
	max-height							: 150px; 
	overflow							: auto;
}