
body {
	text-align:center;

	/*These are the basic settings for controlling how your shoutbox looks.*/
	background-color: #e0e0e0; /*The background color of the shoutbox.  Default is #00538C.*/
	margin: 5px 2px 5px 2px; /*Margins for the top, right, bottom and left of the shoutbox respectively. Default is 2px 0px 2px 0px.*/
	color:#340000; /*The main text color.  Default is #DDDDCC.*/
	font-size: 10pt;  /*Text size in points.  Default is 10pt.*/
	font-family: Verdana, Arial, Helvetica, sans-serif; /*The font used.  Default is Tahoma.*/
}

/*Link Styles */

a:link{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:active{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.textbox {
	/*CSS code for the textbox style.  If you want a default style textbox then delete the values below.*/
	font-family: Tahoma;
	font-size: 8pt;
	border: 2px solid #eeeeee;
	background-color: #555555;
	color:#eeeeee;
	text-align:left;
}

#name {
	width: 50%;
}

#pass {
	width: 20%;
}

#shout {
	width: 90%;
}

#buttons {
	width: 100px;
	text-align: center;
}

.name {
	color:#003355; /*The color users' names appear in when they have no special name color defined.  Default is #FF0000.*/
	font-size: 7pt;font-weight: bold;
}

#bottomlinks { /*The "View All", "Help", "Open User Panel", etc links below the shout display.*/
	text-align:center;
}

/*The following values control the background colors of the alternating shout display rows.  To disable alternate row coloring, set both values to the same color.*/
#row-one {background-color: #eeeeee;font-size: 7pt;
	color:#777777;
	text-align: left;}
#row-two {background-color: #dddddd;font-size: 7pt;
	color:#555555;
	text-align: left;}

.copyrighttext {
	color:#eeeeee;
	font-size: 7pt;
	text-align: center;
}
#timertext{	font-size: 7pt;
	color:#220000;
	text-align: right;}
.userpanel {
	/*Styling !*/
	font-size: 7pt;
	background-color: #888888;
	color:#000055;
	text-align: center;
}
.userpanel2 {
	/*Styling !*/
	font-size: 7pt;
	background-color: #888888;
	color:#000055;
	text-align: center;
}