.HTMLEditor {
	font-size: 10px;
	padding:5px;
	position: relative;
	z-index: 9999;
	background-color: white;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

.HTMLEditor input,select {	
	font-size: 10px;
	border:1px solid #666666;
}

.HTMLEditor filedset {
	padding:5px;
	background: white;
	}
.HTMLEditor legend {	
	font-size:1.5em;	
	padding:5px;
	font-weight: bold;
	background-color: white;
	}

.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;
}

.googleTranslateImage {
	cursor: pointer;
	vertical-align:middle;	
	position: absolute;
	margin-left: 20px;	
	}

.googleTranslateImage2 {
	cursor: pointer;
	vertical-align:top;		
	}

#HTMLEditDojo {
	position: absolute;
	padding:2px;
	background-color: #F0F0EE;
	color:black;
	z-index: 9999;
	border:1px dotted gray;
	font-size: 10px;
	}
#HTMLEditDojo h1 {
		font-size: 14px;
		font-weight: bold;
		padding: 5px 5px;
		border-bottom:1px solid gray;
		color:black;
	}	

#HTMLEditDojo h2 {
		font-size: 12px;
		font-weight: bold;
		margin: 5px 0px;
		padding:5px;
		background-color: #f1f1f1;
		border-top:1px solid gray;
		color:black;
	}	
#HTMLEditDojo input.text,
#HTMLEditDojo select.text {
	border:1px solid gray;
	padding:1px;	
	font-size: 10px;
}
#HTMLEditDojo .horizontal li { 
	float:left; 
	width:120px;
	list-style-type: none;
}
#HTMLEditDojo .padding {
	padding:5px;
	}
#HTMLEditDojo .textarea {	
	visibility: hidden;
	}
#HTMLEditDojo .opaq {	
	color:gray;
	}	
.clear { clear: both;}