/*-- SOTEI CONTEST STYLES --*/
.SoteiContestPrizeBox{
	width:400px;
	background:#FFCCCC;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	color:#CC0000;
	padding:5px;
	margin-left:75px;
}
.SoteiContestTable{
	border-collapse:collapse;
	border-top:#CC9900 1px solid;
	border-right:#CC9900 1px solid;
	margin-bottom:10px;
}
.SoteiContestTable tr{
	vertical-align:middle;
}

.SoteiContestTable th{
	background:#CC9900;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	text-align:center;
	border-left:#CC9900 1px solid;
	border-bottom:#CC9900 1px solid;
}
.SoteiContestTable td{
	border-left:#CC9900 1px solid;
	border-bottom:#CC9900 1px solid;
	padding:5px;
	font-size:90%;
}
.SoteiContestTableKoumoku{
	white-space:nowrap;
	padding:5px;
	font-size:90%;
	background:#ffffcc;
}
