.gEditor {
	margin-top: 10px;
}
.gEditor .panel {
	padding-left: 15px;
}
.gEditor .panel .buttons {
	margin-top: 0;
	background-color: #ffcc66;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 3px;
	border: 1px solid black;
	border-bottom: none;
}
.gEditor .panel span.fakeLink {
	font-size: 1.1em;
	margin-left: 7px;
	text-decoration: none;
	color: black;
}
.gEditor .panel span.fakeLink:hover {
	color: #3300cc;
}
.gEditor .panel span#preview {
	font-size: 1.2em;
	margin-left: 25px;
	font-weight: bold;
	color: #660000;
}
.gEditor .textarea textarea {
	padding: 3px;
	width: 750px;
	height: 200px;
	outline: none;
}