/* エラー */
body div.error { border: none; background-color: transparent; }
/* やばいエラーをはやく消したいときは これを活かす
body div.messages.error { display: none; }
*/

/* ノード編集タブ */
#content .tabs { position: absolute; top: 1em; right: 0; }
#content .tabs ul.primary li a { border: solid 1px #bbbbbb; border-radius: 16px; padding: 0.2em 0.5em; text-decoration: none; }
#content .tabs ul { border: none; }
.mainBlock .tabs { position: absolute; top: 1em; right: 0; }
.mainBlock .tabs ul.primary li a { border: solid 1px #bbbbbb; border-radius: 16px; padding: 0.2em 0.5em; text-decoration: none; }
.mainBlock .tabs ul { border: none; }

/* Views Exposed form */
#contentBlock .views-exposed-form { display: none; }

