/* Quelle: http://www.devblog.de
   "Shoutbox als AJAX-Anwendung"
   Code darf frei verwendet werden */

form {
 margin: 0px;
}

#asb_container {
 border: 1px dashed #2e3440;
 width: 200px;
 text-align: left; 
}

#asb_contentwrap {
 font: 8pt Verdana;
 height: 200px;
 /* background-color: #5d74a3; */
 background-color: #5d74a3; 
 overflow: auto;
 color: #e0dfe3;
}

#asb_contentwrap .A					{	
            font-family: Tahoma, sans-serif;
						font-size: 11px;
						font-weight: none;
						color: #FF0000;
						text-decoration: underline;
					}

#asb_content {
 margin: 5px;
}

#asb_content .A					{	
            font-family: Tahoma, sans-serif;
						font-size: 11px;
						font-weight: none;
						color: #123456;
						text-decoration: underline;
					}
#asb_content .A:hover				{	text-decoration: underline;
					}

#asb_content .name {
 color: #2e3440;
/* font-weight: bold; */
 padding-right: 5px;
}

#asb_inputwrap {
 font: 8pt Arial;
}

#asb_input {
 margin: 5px;
}

#asb_input .text {
 border: 1px solid #888888;
 font: 8pt Arial;
 color: black;
 width: 180px;
 background-color: #5d74a3;
}

#asb_input .button {
 width: 50px;
 margin-top: 4px;
 background-color: #DDDDDD;
 font: bold 8pt Arial;
 color: black;
 border: 1px solid #888888;
}
