.wmd-panel { margin: 0 25%; width: 50%; min-width: 500px; }
.wmd-button-bar { width: 100%; }
.wmd-input { height: 500px; width: 100%; }

.wmd-button-row { position: relative; margin: 10px 0 5px 0; padding: 0; height: 20px; }
.wmd-spacer { width: 1px; height: 20px; margin-left: 14px; float: left; list-style: none; }
.wmd-button { width: 20px; height: 20px; margin: 0 5px; float: left; background: url(/images/wmd-buttons.png) 0 0 no-repeat; list-style: none; }
.wmd-button > a { width: 20px; height: 20px; margin: 0 5px; position: absolute; display: inline-block; }

.wmd-bold-button    { background-position: 0px 0; }
.wmd-italic-button  { background-position: -20px 0; }
.wmd-link-button    { background-position: -40px 0; }
.wmd-quote-button   { background-position: -60px 0; }
.wmd-code-button    { background-position: -80px 0; }
.wmd-image-button   { background-position: -100px 0; }
.wmd-olist-button   { background-position: -120px 0; }
.wmd-ulist-button   { background-position: -140px 0; }
.wmd-heading-button { background-position: -160px 0; }
.wmd-hr-button      { background-position: -180px 0; }
.wmd-undo-button    { background-position: -200px 0; }
.wmd-redo-button    { background-position: -220px 0; }
.wmd-help-button    { background-position: -240px 0; }

.wmd-code-button, .wmd-image-button, .wmd-hr-button, .wmd-help-button { display: none; }

.wmd-prompt-background { background-color: #000; }

.wmd-prompt-dialog { border: 1px solid #999; background-color: #f5f5f5; }
.wmd-prompt-dialog > div { font-size: 0.8em; font-family: helvetica, arial, sans-serif; }
.wmd-prompt-dialog > form > input[type="text"] { border: 1px solid #999; color: #000; }
.wmd-prompt-dialog > form > input[type="button"]{ border: 1px solid #888; font-family: helvetica, arial, sans-serif; font-size: 0.8em; font-weight: bold; }
