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

form input.wide, form textarea.wide {
    width: 100%;
    font-family: "chaparral-pro-1","chaparral-pro-2",Georgia, serif;
    padding: 6px;
}

#post_title {
    font-weight: normal;
    font-size: 1.1em;
}

select {
    width: 17%;
    font-size: 0.8em;
}

#post_content {
    line-height: 1.4em;
    width: 100%;
    border: 1px solid #efefef;
    font-size: 1.1em;
}

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

ul.ui-tabs-nav a {
    border-bottom: none;
}

