HTML, BODY, TABLE, TD, H1, H2, H3 {
  margin: 0; 
  padding: 0;
  border: 0;
	list-style: none;
	border-spacing:0;
	border-collapse:collapse;
}

.editor, TEXTAREA {
	font-family: Arial, sans;
	font-size:12px;
}

.editor H1 {
	padding:10px;
	display: block;
	background-color: #446;
	color: #eee;
	font-size: 16px;
}

.editor TABLE {
	margin:10px;
}

.editor TD {
	min-height: 25px;
	height: 25px;
	vertical-align: top;
}

.editor TD.label {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	Xorder-bottom: 1px dotted #999;
	min-width: 100px;
}

.editor TD.field {
	padding: 0 10px;
	xackground-color: red;
	min-width: 200px;
	Xorder:1px solid #ccc;
}

.editor TD.field INPUT, .editor TD.field TEXTAREA {
	width: 100%;
}

.editor TD.description {
	font-size: 10px;
	font-style: italic;
	xackground-color: #ccc;
	min-width: 100px;
	padding-bottom: 15px;
}

.editor TABLE.prvw-table {
	border: 1px solid #fff;
}

.editor TD.prvw-label {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

.editor TD.prvw-field {
	padding: 0 10px;
	background-color: #f0f0f0;
	min-width: 200px;
}

.editor P, .editor DIV.p {
	padding: 10px;
}
