/* ========================================== */
.fodb_bubble_container {
  display: inline;
  position: relative;
  z-index: 20000;
  /*border: solid 1px #000;*/
}

.fodb_bubble {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 273px;
  margin-top: 0px;
}

.fodb_bubble .fodb_bubble_left {
  display: block;
  float: left;
  width: 10px;
  height: 49px;
  background: url(../gfx/bubble/bubble_arrow_left.png) 0 0px no-repeat;
}

.fodb_bubble .fodb_bubble_right {
  display: block;
  float: right;
  width: 263px;
}

.fodb_bubble .fodb_bubble_topper {
  clear: both;
  display: block;
  float: left;
  width: 263px;
  height: 9px;
  background: url(../gfx/bubble/bubble_arrow_top.png) no-repeat;
}

.fodb_bubble .fodb_bubble_top {
  clear: both;
  display: block;
  float: left;
  width: 263px;
  height: 40px;
  background: url(../gfx/bubble/bubble_top.png) no-repeat;
}

.fodb_bubble_edit_icon {
  display: inline;
  float:right;
  position: relative;
  z-index: 20001;
  top: 8px;
  right: 20px;
}

.fodb_bubble_content {
  clear: both;
  display: block;
  float: left;
  width: 263px;
  padding: 0px 25px 0px 13px;
  background: url(../gfx/bubble/bubble_hori_repeat.png) 0 0px repeat-y;
}

.fodb_bubble_content p {
  clear: both;
  position: relative;
  top: -8px;
  width : 222px;
  display: block;
  float: left;
  font-family: Icon, sans-serif;
  font-size: 11px;
  margin: 0px 20px 0px 0px;
  color: #000 !important;
  padding: 0px 0px 0px 0px;
  z-index: 999999;
}
.fodb_bubble_content > * {
  width: 222px;
}

.fodb_bubble_content > div.main_component {
  top: -10px;
}

.fodb_bubble .fodb_bubble_bottom {
  clear: both;
  display: block;
  float: left;
  width: 263px;
  height: 36px;
  background: url(../gfx/bubble/bubble_bottom.png) bottom no-repeat;
}

.fodb_bubble input[name=countdown] {
  border: 1px dotted darkgray;
	text-align: center;
	font-weight: bold;
  background-color: #fff7e7;
  color: darkgray;
}