
.lightface {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	position: absolute;
	top: -9000px;
	left: -9000px;
	outline: none;
}

.lightface td {
	padding: 0;
	margin: 0;
	background-color: transparent;
	vertical-align: top;
}

.lightface .centerLeft, .lightface .centerRight {
	width: 3px;
	height: auto;
	background-image: url(images/b.png);
	background-repeat: repeat-y;
}

.lightface .topLeft, .lightface .topRight, .lightface .bottomLeft, .lightface .bottomRight {
	width: 3px;
	height: 3px;
	background-repeat: no-repeat;
}

.lightface .topLeft {
	background-image: url(images/b.png);
	background-position: top left;
}

.lightface .topRight {
	background-image: url(images/b.png);
	background-position: top right;
}

.lightface .bottomLeft {
	background-image: url(images/b.png);
	background-position: bottom left;
}

.lightface .bottomRight {
	background-image: url(images/b.png);
	background-position: bottom right;
}

.lightface .topCenter, .lightface .bottomCenter {
	width: auto;
	height: 3px;
	background-image: url(images/b.png);
	background-repeat: repeat-x;
}

.lightface .lightfaceContent {
	background-color: #fff;
	border: 1px solid #999;
	position: relative;
}

.lightface .loading {
	display: block;
	margin: 10px auto;
}

.lightface .lightfaceContent .lightfaceTitle {
	font-size: 12px;
	color: #fff;
	background-color: #000;
	border: 1px solid #666;
	box-shadow: 0 0 10px #999999;
	overflow: hidden;
	font-weight: bold;
	margin: -1px -1px 0;
	padding: 8px 10px;
	width: auto;
}

.lightface .lightfaceContent .lightfaceDraggable {
	cursor:move;
}

.lightface .lightfaceContent .lightfaceMessage {
	overflow: auto;
	margin: 0;
	position: relative;
	padding: 5px 10px;
	border: 1px solid #fff;
}

.lightface .lightfaceContent .lightfaceMessage h3,
.lightface .lightfaceContent .lightfaceMessage h4,
.lightface .lightfaceContent .lightfaceMessage h5,
.lightface .lightfaceContent .lightfaceMessage h6 {
	margin-top: 6px;
}

.lightface .lightfaceContent .lightfaceFooter {
	background-color: #f2f2f2;
	border-top: 1px solid #ccc;
	padding: 6px 10px;
	text-align: right;
}

.lightface .lightfaceFooter label {
	cursor:pointer;
	padding: 0;
	border: 0;
	text-align:center;
	vertical-align:top;
	white-space:nowrap;
	margin-left:3px;
	line-height:normal !important;
	display:inline-block;
}

.lightface .lightfaceFooter label input[type="button"] {
	font-size: 13px;
}

.lightface .hiddenButton {
	visibility: hidden;
}

.lightface .lightfaceOverlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	/*
	background-image: url(images/fbloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	*/
	background:url(images/fbloader.gif) center center no-repeat #fff;
}

.lightface .lightfaceMessageBox	{ 
	overflow: auto;
	padding: 15px;
	min-height: 50px;
	position:relative;
}

.lightface .lightFaceMessageBoxImage {
	overflow: hidden;
	padding: 0;
	background:url(images/fbloader.gif) center center no-repeat #fff;
}

.lightface .lightFaceMessageBoxImage img {
	display: block;
}