html {
	width: 100%;
}

table {
border: 0px solid black;
width: 700px;
margin-left: 50px;
}

#textBox{
padding-left: 3px;
font-size: 14px;
}

.main {
	border: 0px solid black;
	text-align: center; 
	width: 600px; 
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#autorefresh {
	color: #006600;
}

#shouts {
	border: 1px solid gray;
	text-align: center;
	width: 800px;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 10px;
	overflow: auto;
}

#button {
	background: url(images/button.gif);
	display: block;
	color: #555555;
	font-weight: bold;
	height: 30px;
	line-height: 29px;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	width: 191px;
	border: 0px;
}
#button:hover {
	color: #006600;/*#0066CC;*/
}
.add{
		background:url(images/add.gif) no-repeat 10px 0px;
		
		display: block;
	}

