.HTMLEditor {
	overflow: auto;
	font-size: 10px;
	padding:5px;
}

.HTMLEditor input, .HTMLEditor select {	
	font-size: 10px;
	border:1px solid #666666;
}

.HTMLEditor filedset {
	padding:5px;
	
	}
.HTMLEditor legend {	
	font-size:1.5em;	
	padding:5px;
	font-weight: bold;
	}

.HTMLEditor h1 {
	font-size:1.5em;
	font-weight: bold;
	padding-top: 10px;
	margin: 0px 0px 0px 0px;
	color: gray;
}

.HTMLEditor .caption {
	font-weight: normal;
}

.HTMLEditor button {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	border: 1px solid silver;
	background: #FAFAFA no-repeat left center;
	margin-right: 4px;
	padding: 2px 2px 2px 18px;
	overflow: visible;
	width: 1px;
}

html>body .HTMLEditor button,html>body  .button {
	width: auto;
	margin-right: auto;
}