form label {
  float: left;
  width: 100px;
}

form input.wide, form textarea.wide {
  width: 100%;
  font-family: "Lucida Grande", Calibri, "Trebuchet MS",  sans-serif;
  font-size: 16px;
  padding: 6px;
}

form textarea.wide {
  width: 620px;
}

#post_title {
    font-weight: bold;
    font-size: 110%;
}

select {
    font-size: 110%;
    width: 17%;
}

#post_content {
    /*border: 0;
    padding: 0;
    padding-top: 10px;*/
    
    line-height: 1.4em;
    
    /*background: url(../images/edit_watermark.png) top left repeat-y;
    padding-left: 30px;*/
}

#rendered_version {
    /*background: url(../images/preview_watermark.png) top left repeat-y;
    padding-left: 30px;*/
}

.resizable-textarea .grippie {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#EEEEEE url(../images/grippie.png) no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
