html {
  cursor: text;
}

.editbox {
	background-color: #FFFFFF;
    font-family: Monaco,"Courier New",monospace;
    font-size: 12px;
    color: #333;
    line-height: 16px;
	position: relative;
	margin-top:7px;
	background-repeat:repeat-y;
	background-position:0 3px;
	padding: 0;
	margin-left:8px;
}

.editbox p {
  margin: 0;
}