* { margin: 0; padding: 0; font-style: none; font-weight: none; }

html {
    background: none;
}

body#tinymce, body.mceContentBody {
    background-color: white !important;
    font: 100% Georgia,'Times New Roman',serif;
    color: #4A4A4A;
    line-height: 1.4;
}

body#tinymce p strong, body#tinymce p b, body.mceContentBody p strong, body.mceContentBody p b {
    font-weight: bold;
}

* strong, * b {
    font-weight: bold;
}

body#tinymce p i, body#tinymce p em, body.mceContentBody p i, body.mceContentBody p em {
    font-style: italic;
}
* i, * em {
    font-style: italic;
}

.tags input.vTextField { width: 50em; }
.title input { width: 50em; }
.subhead input { width: 50em; }
.photo_description input { width: 50em; }

#id_meta_description { width: 55em; }

body.redirects-redirect #id_url { width: 70em; }

