﻿body {margin-top:0px;
      margin-left:0px;
      background-color:white;  
      font-family:'trebuchet ms',helvetica,sans-serif;
}
#container
{
	width: 501px;
	height:600px;
	background-position: bottom left;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
}
#chatbox
{text-align:left;
    background-color:#e2f1fb;
    color:#0066CC;
    padding-left:5px;
    margin-left:10px;
    padding-right:5px;

    font-size:80%;
    width:466px;
    height:300px;
    border:solid 2px #2d8bcd;
    overflow:scroll;
}
#login
{
    float:left;
    text-align:left;
    background-color:#e2f1fb;
    color:#0066CC;
    padding-left:25px;
    margin-top:70px;
    margin-left:10px;
    padding-top:10px;
     padding-right:5px;

    font-size:80%;
    width:420px;
    height:300px;
    border:solid 2px #2d8bcd;
   
}
.button
{
    color:#065993;
    text-align:center;
    font-family:'trebuchet ms',helvetica,sans-serif;
    font-size:84%;
    font-weight:bold;  
    background-position:top left;    
    background-image:url("http://www.strategicsponsoring.com/images/buttonup.jpg");
   background-repeat:repeat-x;
      
  
  }
.button:hover,button:active
{
    border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
 background-position:top left;
   background-image: url("http://www.strategicsponsoring.com/images/buttondown.jpg");
   background-repeat:repeat-x;
   
    cursor:hand;
   
}
