#editorFrame {

}
#fileEditor {
/* removed */
}
.fieldLabel {
  width: 80px;
  float: left;
}
.pathLabel {
  font-size: 1.2em;
  font-weight: bold;
  width: auto;
  padding-bottom: 5px;
}
.executeLink {
  width: 80px;
  text-align: right;  
  float: right;
}
#compilerOutput {
  color: #ff0000;
}
#compilerOutputArea {
  width: 700px;
  font-size: 8pt;
}
textarea {
	font-family: monospace;
	font-size: 11px;
	border:1px solid #eee;
	color:#777;
	line-height:14px;
}
#fileEditorAreaNumbers {
  width: 40px;
  font-size: 11px;
  float: left;
  overflow: auto;
  border: none;
  background: #FAFAFA; 
}
#fileEditorArea {
  width: 100%;
  font-size: 11px;
  overflow: auto;  
}
#myCpWindow {
  font-size: 13px;
  overflow: auto;  
}
#codePressCredit {
  float: right; 
}
.saveDate {
	float:right;
	margin-right: 5px;
}
.saveButton { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	/* margin-left: 40px; */
	margin: 10px 0 5px 0; 
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(button-bg.jpg) repeat-x 0 0;
	border: none;
}
.executeButton { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 10px 0 5px 10px; 
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(button-bg.jpg) repeat-x 0 0;
	border: none;
}
