@charset "utf-8";
/* CSS Document */

/*********************************/
/************ Tip Box ************/
/*********************************/ 

div.tipBox
{
  position      : fixed;
  width         : 100%;
  color         : #ED2126; /* #F6871E */
  padding       : 10px 0;
  border-top    : 2px solid #ED2126; /* #F6871E */
  border-bottom : 2px solid #ED2126; /* #F6871E */
  background    : #FFFFE1;
  min-width     : 850px;
  min-height    : 45px;
  max-height    : 100px;
  text-align    : center;
  overflow      : hidden;
  z-index       : 1002;
}

div.tipBox a
{
  text-decoration : none;
  color           : #000080;
}

#TB_overlay
{
  height   : 100%;
  left     : 0;
  position : fixed;
  top      : 0;
  width    : 100%;
  z-index  : 1001;
}

.TB_overlayBG
{
  background-color : #000;
  opacity          : 0.70;
  -moz-opacity     : 0.70;
  filter           : alpha(opacity=70);
}
