/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tooltip {
  position: absolute;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  _filter: alpha(opacity=0);
  z-index:9999;
  padding: 5px;
}
.tooltip.in {
  opacity: 0.98;
  _filter: alpha(opacity=98);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px 19px 0;
  background:url(img/tipShadow.png) no-repeat 3px bottom transparent;
  _background:none;
}
.tooltip-inner {
max-width: 400px;
+width:400px; /* IE7 */ 
_width: 400px;
padding: 8px 12px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: rgb(197, 25, 25);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
line-height: 26px;
font-size: 18px;
font-family: simhei,microsoft Yahei;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  /*bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #900;*/
  border:none;
  bottom:0px;
  _bottom:-8px;
  left: 50%;
  height:5px;
  width:10px; 
  margin-left: -5px;
  background:url("img/arrow.gif") no-repeat 0 0;
  
}

.tooltip.top .tooltip-inner {
background-color: #fff;
border:2px solid #900;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 40%;
  right: 0;
  _right: -1px;
  margin-top: -5px;
  /*border-width: 5px 0 5px 5px;
  border-left-color:rgb(197, 25, 25);*/
 border:none;
 width:5px;
 height:10px;
 background:url("img/arrow_r.gif") no-repeat 0 0;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
