.iframe iframe, #nav-frame{
  display: block;
  width: 100%;
}
.status-msg-wrap {
  font-size: 110%;
  width: 90%;
  margin: 10px auto;
  position: relative;
}

.status-msg-border {
  border: 1px solid #000000;
  filter:alpha(opacity=40);
  -moz-opacity:.40;
  opacity:.40;
  width: 100%;
  position: relative;
}

.status-msg-bg {
  background-color: #eeeeee;
  opacity:.80;
  filter:alpha(opacity=30);
  -moz-opacity:.80;
  width: 100%;
  position: relative;
  z-index: 1; 
}

.status-msg-body {
  text-align: center;
  padding: .3em 0;
  width: 100%;
  position: absolute;
  z-index: 4;
}

.status-msg-hidden {
  visibility: hidden;
  padding: .3em 0;
}

.status-msg-wrap a { 
  padding-left: .4em;
  text-decoration: underline;
}

/* */

.item-control {
 /*  display:none;*/
}

.item-control a, .item-action a {
   text-decoration:none !important;
}

.widget-item-control {
  float: right;
}

.icon-action {
  border-style: none !important;
  margin: 0 0 -5px 0.5em !important;
}

.delete-comment-icon {
   background: url("/img/icon_delete13.gif") no-repeat left;

   /* makes a 14x14 box */
   padding:7px;
}

/* TinyMCE preformatted */
.post-body h2 {
	font-size:19px; 
	font-weight:normal;
	font-family:Tahoma,Verdana,Arial,sans-serif;
}
.post-body h3 {
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:17px;
	font-weight:normal;
	color: #C31C1C;
}
.post-body h4 {
	font-size:15px;
}
.post-body p {
	font-size:11px;
}
.post-body pre {
	font-size: 10px;
	font-family: Arial,sans-serif;
}