table {
	 border-collapse: collapse; border: 0px
}

div, td, img {
	margin: 0px; padding: 0px; border: 0px
}

td {
	vertical-align: top; text-align: left;
}

button {
	white-space: nowrap
}

html {
	overflow: auto;
}

iframe.Wt-resource {
	width: 0px; height: 0px; border: 0px;
}

button.Wt-wrap {
	border: 0px; text-align: left;background-color: transparent; margin: 0px; padding: 0px; font-size: inherit; pointer: hand; cursor: pointer; cursor: hand; color: inherit;
}

a.Wt-wrap {
	text-decoration: none;
}

.Wt-invalid {
	background-color: #f79a9a;
}

.unselectable {
	-moz-user-select: none;-khtml-user-select: none;user-select: none;
}

.Wt-sbspacer {
	float: right; width: 16px; height: 1px;border: 0px; display: none;
}

div.Wt-loading {
	background-color: red; color: white;font-family: Arial,Helvetica,sans-serif;font-size: small;position: absolute; right: 0px; top: 0px;
}

body > div.Wt-loading {
	position: fixed;
}

.Wt-filedropzone {
    border: 5px solid gray;
}
.Wt-dropzone-hover {
    border: 5px dashed green;
}