.clear-line {
  border-bottom: 1px solid #DFDFDF; 
  margin-left: 5px; 
  margin-right: 5px;
  margin-top: 5px;
}

.postbox .inside label,
#misc-publishing-actions label,
.postbox .inside span,
#misc-publishing-actions span {
  vertical-align: middle;
}

.postbox .inside input {
  font-size: 11px;
}

.radio-content {
  padding-left: 15px;
  padding-right: 5px;
  line-height: 140%;
}

.sub-content {
  padding: 3px;
  margin: 0px 5px 0px 15px;
  line-height: 140%;
  background-color: #f5f5f5;
  border-radius: 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

.sub-content-level-2 {
  padding: 3px;
  margin: 0px 7px 0px 15px;
  line-height: 140%;
  background-color: #eeeeee;
  border-radius: 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

.ad-example {
  margin: 15px;
}

#source_tools {
  background: #F4F4F4;
  padding: 2px 5px 5px;
  margin: 6px 5px 8px 7px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius: 4px 4px 4px 4px;
  border: 1px solid #DFDFDF;
}

#files {
  display: block;
  padding: 5px;
}

.sam-contextual-help,
.sam-contextual-help p,
.sam-contextual-help ul li {
  font-size: 11px !important;
}

.sam-warning {
  margin: 6px 6px 8px;
  background-color: #FFFFE0;
  border-radius: 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border: 1px solid #E6DB55;
} 