.nano-dialog {
	width: 800px; /*280px*/
	padding: 5px;
	background: #F8F5EC; /*DEF*/
	border: 1px solid #ACD;
	font: 12px arial,sans-serif;
	color: #333;
	z-index: 9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.nano-dialog-title {
	padding: 5px;
	background: #EFF;
	border: 1px solid #ACD;
	/*cursor: move;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.nano-dialog-title SPAN {
	font-weight: bold;
	color: #666;
	cursor: default;
}
.nano-dialog-close {
	float: right;
	font: bold 12px verdana;
	color: #D66;
}
.nano-dialog-close:hover {
	color: #E99;
}
.nano-dialog-content {
	margin: 10px 5px 10px 5px;
}
.nano-dialog-content INPUT {
	margin: 8px 0px 10px 0px;
}
.nano-dialog-content TEXTAREA {
	width: 782px;
	height: 120px;
	margin: 8px 0px 10px 0px;
}
.nano-dialog-button {
	float: right;
	margin-left: 5px;
	cursor: pointer;
}
.nano-dialog-layer {
	background: #339;
	z-index: 8;
	opacity: 0.3;
	/*filter: alpha(opacity=30);*/
}
/* WARNING MESSAGE NO DATA */
#under-construction {
	display: block;
	width: 100%;
	padding:60px 10px 10px 10px;
	background: url(../img/icon-warning.gif) no-repeat center 20px;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#069;
}

