#shoutmaru {
	border:1px solid #009;
	background:#eee;
	overflow:auto;
	color:#333;
}
#shoutmaru h1 { 
	font-size:14px;
    background:#009;
    color:#fff;
    text-align:center;
	margin:0;
	padding:3px;
	border:0;
    font-weight:bold;
}
#shoutmaru p { 
    margin:0;
    border-bottom:1px solid #009;
    padding:0.5em
}
#shoutmaru small { color:#999 }
#shoutmaru .odd { background:#fff }
#shoutmaru .even { background:#eef }
#shoutmaru th { color:#333; background:#eee }
#shoutmaru th span input {
	padding:0;
	margin:1px;
	font-size:9px;
	color:#000;
	border:1px solid #000;
}
#shoutmaru th span input:hover{
	background:#ff9;
}


