div.innerErrorSelf {
  display:none;
}
div.innerError {
  background-color: transparent;
  font-size: 11px;
  color: #900;
}
div.innerError a {
   color: blue;
   text-decoration: none;
   margin-right: 2px;
}

div.innerError a:hover {
   background-color: #eef;
}

span.innerErrorSelf {
  display:none;
}
span.innerError {
  background-color: transparent;
  font-size: 11px;
  color: #900;
}
span.innerError a {
   color: blue;
   text-decoration: none;
   margin-right: 2px;
}

span.innerError a:hover {
   background-color: #eef;
}

div.baloon {
   font-size: 11px;
   color: #900;
   position: absolute;
   padding-left: 20px;
   background: url("../img/baloon.gif") no-repeat top left;
   z-index: 100;
   height:34px;
   /* for ie under 6 */
   _width:50px;
}

div.baloon a {
   color: blue;
   text-decoration: none;
   margin-right: 2px;
}

div.baloon a:hover {
   background-color: #eef;
}

div.baloon div.in_div {
   height:26px;
   background-color:#FFFFFF;
}
div.baloon div.msg_div {
   line-height:25px;
   border:solid;
   border-width: 1px 0px 1px 0px;
   border-color: #676767;
}
div.baloon div.right {
   background: url("../img/baloon_right.gif") no-repeat top right;
   height:28px;
   padding-right:10px;
   white-space: nowrap;
}

