/*		Shoutbox 		*/

   #shoutbox {
   
     width: 140px;
     font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
     font-size: 10px;
     line-height: 1.6em;
	 border: dashed 1px #CCC;
     margin: 10px auto 0 auto;
	    
   }
   
     #shoutbox h4 {
	 
	   color: #666666;
	   text-align: right;
	   font-size: 10px;
	   background-color: #f2f2f2;
	   padding: 2px;
	 
	 }
	 
	 #shoutbox p {
	 
	   padding: 5px;
	 
	 }
	 
	 #shoutbox form {
	 
	  padding: 10px;
	 
	 }
	 
	 #shoutbox input {
	 
	   color: #666;
	   font-size: 10px;
	   width: 120px;
	   border: solid 1px #ccc;
	   padding: 2px;
	 
	 }
	 
	 #shoutbox textarea {
	 
	   padding: 2px;
	   color: #666;
	   font-size: 10px;
	   width: 120px;
	   height: 100px;
	   border: solid 1px #ccc;
	 
	 }
	 
	 #shoutbox .submit {
	 
	   height: 25px;
	   width: 79px;
	   border: none;
       text-align: right;
	 
	 }