a.tipsPortal
{

  position:absolute;
  top: 0px;
  left: 405px;
  z-index: 100;


  COLOR: white;
  font-weight: bold;
  font-size: .9em;

  padding-left: 5px;
  padding-right: 3px;
        BACKGROUND-COLOR: #3b91a8;

  border-top: 1px solid #90cfe0;
  border-left: 1px solid #90cfe0;
  border-bottom: 1px solid #2f616a;
  border-right: 1px solid #2f616a;
}

a.tipsPortal img
{
  border: 0;
  margin-bottom:-1px;
}

div#tips
{
 border: 1px solid #808080;
 padding: 10px;
 background: #c0d1d0;
 width: 285px;
 visibility:hidden;
  position: absolute;
  top: 25px;
  left: 100px;
  z-index: 101;
 color: black;
}
/*
div#tips #closeButton
{
 position: relative;
 top:-11px;

 float: right;
 margin-right: -11px;
  background: gray;
  border: 1px solid black;
  width: 15px;
  height: 15px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
*/
span.formText
{
  font-size:0.8em;
  color: black;
  font-weight: bold;

}

div#tipsHead
{
 font-weight: bold;
 font-size: 12px;
 color: #3b91a7;

 margin-top: -5px;
}


span#portalName
{

  text-align: left;
  color: #003a65;

  padding-top: 10px;
  padding-bottom: 10px;

}

div#tips input, div#tips textarea 
{
  border: 1px solid black;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left:0px;

 width: 100%;

 float:left;
}

div#tips textarea
{
  height: 90px;
}

div#tips input#send, #closeButton
{
margin-left: 110px;
  width: 60px;
  height: 30px;
  border: 0;
  cursor: pointer;
  

  background: url(../images/tipsenvennButton.png) no-repeat center ;
}
