#chatContent
{
  font-size:100%;
  margin-bottom: 10px;
  width:100%;
}

input 
{
  border: #AD4A63 1px solid;	
  font-size: 10px ;
}

#scrollParent {
  background:url(../images/logoBackground.jpg);
  background-repeat: no-repeat;
  background-attachment:scroll;
  width:100%;
  height:600px;
}

#scroll 
{
  /*position: relative;*/ 
  width:100%;
  height: 100%; 
  overflow: auto;
}

.item
{
  margin-bottom: 6px;
}

#colorpicker
{
  text-align:center ; 
}
