.announcements_container {
  width: 936px;
  margin: 0 auto;
}

#announcement_body {
  width: 639px;
}

#announcement_conditions {
  width: 320px;
}

#announcement_conditions_value {
  width: 240px;
}

#announcement_form table tr td {
  padding-right: 14px;
  padding-top: 5px;
}


#announcement_form label {
  font-weight: bold;
}

#announcement_table .active {
  width: 140px;
}

#announcement_table .actions {
  width: 23px;
}

#announcement_table .id {
  width: 20px;
  text-align: center;
}

#announcement_table .title {
  width: 340px;
  line-height: 21px;
}

.announcement {
  padding: 11px 11px 11px 40px;
  margin: 12px 0;
  background-color: #f0f0f0;
  border: 1px solid #0f9ac8;
  font-size: 13px;
  width: auto;
  background: #f0f0f0 url(/images/chat_unread.gif) no-repeat scroll 13px 13px;
  min-height: 14px;
}

.announcement .body {
  padding-right: 60px;
}

.announcements_container .announcement {

}

.announcement h2 {
  margin-top: 0px;
  margin-bottom: 4px;
}

.announcement .author {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  color: #666;
}

.announcement_active {
  font-weight: bold;
  color: #4a2;
}

.announcement_stopped {
  font-weight: bold;
  color: #a24;
}


.close_block_wrapper {
  width: 100%;
  float: right;
  height: 1px;
}

.close_block {
  float: right;
  margin-top: -1px;
  margin-right: -1px;
  cursor: pointer;
}
.close_block img {
  margin-right: 4px;
  vertical-align: middle;
}
