@charset "utf-8";
/* CSS Document */

.nano-dialog {
	width: 480px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #ACD;
	font: 12px arial,sans-serif;
	color: #333;
	z-index: 9;
}
.nano-dialog-title {
	padding: 5px;
	background: none repeat scroll 0 0 #EEFFFF;
	border: 1px solid #AACCDD;
	cursor: move;
}
.nano-dialog-title SPAN {
	font-weight: bold;
	color: #666;
	cursor: default;
}
.nano-dialog-close {
	float: right;
	text-decoration: none;
	font: bold 12px verdana;
	color: #DD6666;
}
.nano-dialog-close:hover {
	color: #E99;
}
.nano-dialog-content {
	margin: 10px 5px;
}
.nano-dialog-content SPAN {
	margin: 0px !important;
}
.nano-dialog-content TEXTAREA {
	width: 782px;
	height: 150px;
	margin: 10px 0 15px;
}
.nano-dialog-button {
	float: right;
	margin-left: 5px;
	cursor: pointer;
}
.nano-dialog-layer {
	background: none repeat scroll 0 0 #339;
	z-index: 8;
	opacity: 0.3;
}

#under-construction {
	display: block;
	width: 100%;
	padding: 60px 10px 10px;
	background: none url("../img/icon-warning.gif") no-repeat scroll center 20px transparent;
	text-align: center;
	font: bold 14px Arial,Helvetica,sans-serif;
	color: #069;
}
