@CHARSET "UTF-8";

img {
	border: 0px;
}

ul.ErrorList {
	color: red;
}

table {
	border-spacing: 0px;
}

table td {
	border: 1px solid black;
}

table th {
	border: 1px solid black;
}

#popWindow {
	margin: 10px;
}

#OutgoingWindow {
	border: 5px solid black;
	width: 350px;
}

#OutgoingWindow table {
	border: 0px;
	width: 100%;
}

#OutgoingWindow th {
	text-align: left;
}

div.TextCompleter {
	border: 1px solid black;
	background: white;
}

div.TextCompleter div {
	border-bottom: 1px dotted black;
	width: 100%;
	cursor: pointer;
}