﻿.jBox
{
	position: absolute;
	border: 1px solid #ccc;
	visibility: hidden;
	background-color: white;
	text-align: left;
}
.jBoxHandler
{
	padding: 5px 0px;
	text-indent: 3px;
	font: bold 14px Arial;
	background-color: #fffeee;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	height: 15px;
	color:#f30;
}
.jBoxHandler .jBoxControls
{
	position: absolute;
	right: 8px;
	top: 0px;
	cursor: pointer;
}
.jBoxContent
{
	background-color: #fff;
	color: #000;
	height: 150px;
	padding-bottom: 0px;
	overflow: auto;
	border: 0px;
}
.jBoxContent iframe
{
	border: 0px;
}
.jBoxStatus
{
	height: 13px;
}
.jBoxResize
{
	float: right;
	width: 13px;
	height: 13px;
	cursor: nw-resize;
	font-size: 0;
	border-top: 0px;
}
