/*
   Kelli Wiseth
   CIS 380 WW
   Assignment 6 [chat program files]
   chat.css   Made a few minor changes to background color.
   11-Dec-2009
*/


body 
{
  font-family: Tahoma, Helvetica, sans-serif;
  margin: 2px;
  font-size: 12px;
  text-align: left;
  background-color: #eeeeff;
}

#content
{
  border: #082984 2px solid;
  margin-bottom: 10px
}

input 
{
  border: #999 1px solid;	
  font-size: 10px 
}

#scroll 
{
  position: relative; 
  width: 340px;
  height: 270px; 
  overflow: auto
}

.item
{
  margin-bottom: 6px
}

#colorpicker
{
  text-align:center  
}

