.outerOverlay {
	text-align:right;
	padding:10px;
	-moz-border-radius:20px;
	border:solid 1px #ABABAB;
	background-color:#efefef;
}

.innerOverlay {
	top:-10px;
	padding:5px;
}
.tableOverlay {
	color: #ABABAB;
	font-size:10pt;
	font-weight:bold;
}
.overlayHeader {
	color:#666666;
	font-size:12pt;
	font-weight:bold;
}
.overlayLogo {
	padding-top:3px;
	text-align:left;
	padding-right:5px;
}
.overlayStatus {
	font-size:10px;
}
.overlaySelect {
	border:solid #999999 1px;
}
.overlayInputL {
	border:solid #999999 1px;
	width:120px;
}
.overlayInputS {
	border:solid #999999 1px;
	width:58px;
}
.overlayInputXS {
	border:solid #999999 1px;
	width:40px;
}
.overlayInputXXL {
	border:solid #999999 1px;
	width:331px;
}
.overlaySubbox {
	font-size:10px;
	vertical-align: bottom;
}
.overlayText {
	border:solid #999999 1px;
	width:331px;
	height:100px;
}
.overlayBtn {
	border:0px;
	width:15px;
	height:15px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	cursor:pointer;
}
.overlay_specialHeader {
	color:#666666;
	font-size:12pt;
	font-weight:bold;
	text-align:left;
	border-bottom:dotted #666666 1px;
	padding-bottom:5px;
}
.overlay_specialContent {
	color:#999999;
	padding-top:5px;
	text-align:left;
}
.overlay_specialFooter {
	padding-top:5px;
	text-align:right;
}