body {
	margin: 0px;
	height: auto;
	overflow: auto;
}

#lightbox {
	xdisplay: none;
	position: absolute;
	top: 50%;
	left: -9999px;
	z-index: 9999;
	width: 390px;
	height: 320px;
	margin: -200px 0 0 -200px;
	border-left: 2px solid #d4d0c8;
	border-top: 2px solid #d4d0c8;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	background: #FFF;
	text-align: left;
	padding-top: 20px;
}

#lightbox[id] {
	position: fixed;
}

#overlay {
	xdisplay: none;
	position: absolute;
	top: 0;
	left: -9999px;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #444;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity = 80);
}

#overlay[id] {
	position: fixed;
}

#lhdr {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #2c4887;
	font: bold 13px Arial;
	width: 388px;
	height: 18px;
	padding-left: 2px;
	color: #FFFFFF;
}

#close {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}

FIELDSET {
	width: 700px;
	border: 1px solid #b3b3b3;
	font: 13px Arial;
	text-align: left;
}

LEGEND {
	background-color: #f3f3f3;
	border: 1px solid #b3b3b3;
	font: bold 13px Arial;
	padding: 2px;
}

.div1,.file_list {
	text-align: left;
	color: #484B50;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.div1 {
	width: 100%;
	padding: 10px;
}

.file_list {
	width: 100%;
	border: 1px solid #434343;
	background-color: #ffffff;
}

.file_list input {
	font: 12px Arial;
	border: 1px solid #c3c3c3;
	margin-top: 1px;
}

.myForm {
	font: 12px Arial;
	border: 1px solid #636363;
	margin-top: 1px;
}

.fdescr {
	width: 300px;
}

.xfname {
	color: #333;
}

.xdescr {
	color: #aaa;
}

/* CSS below required for Inline3 mode */
.data {
	border-collapse: collapse;
	background-color: #e9e9e9;
	width: 400px;
	margin-bottom: 3px;
}

.data TR TD {
	border: 1px solid #a3a3a3;
	font: 12px Arial;
}

.bar1 {
	border: 1px solid #a3a3a3;
	background-color: #f6f6f6;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	width: 98%;
}

.bar2 {
	width: 1%;
	background-color: #c9c9c9;
	height: 20px;
	text-align: left;
}

.message {
	width: 400px;
	border: 1px solid #909090;
	font: 11px Arial;
	margin-top: 5px;
	text-align: left;
	padding-left: 3px;
	background-color: #f9f9f9;
}

.myLink {
	font: bold 13px Arial;
	color: #303030;
	text-decoration: none;
}

.btn {
	font: 12px Arial;
	border: 1px solid #a3a3a3;
	background-color: #e9e9e9;
	margin-top: 3px;
	margin-bottom: 5px;
}
