@charset "utf-8";
#dialogLayer {
	background-color: #FFF;
	position: absolute;
	z-index: 1;
	width: 500px;
	margin: auto;
	overflow: visible;
	border: 3px solid #06F;
	padding: 10px;
}
#dialogLayer span {
	white-space: nowrap;
}
#dialogLayer td {
	border-top: 1px dashed #6CF;
}
.fakeTextBox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 18px;
	width: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	background-image: url(textbox.jpg);
	line-height: 13px;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
}.closeButton {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
