#TeaserBlock {
	width: 350px;
	margin-left: 10px;
	float: right;
} 
#TeaserBlock FORM {
	margin: 0;
	padding:0;
}
#TeaserBlock TABLE {
	background-color: #CCC;
	border:none;
}
#TeaserBlock TABLE TD {
	padding: 4px 0 !important;
	border:none;
}
#TeaserBlock TH.teamstitle {
	width: 59px;
	font-size: 16px;
}
#TeaserBlock TD.teamsnumber {
	text-align: right;
	width: 59px;
}
#TeaserBlock TH.teamstitle,
#TeaserBlock TD.teamsnumber {
	background-color: #E3F2FF;
	color: #063B78;
	font-weight: bold;
	border-bottom: 1px dashed #B0CFFF;
}
#TeaserBlock TD.pointstitle {

}
#TeaserBlock TD.points {
	width: 100px;
	text-align: center;
}
#TeaserBlock TH.pointstitle,
#TeaserBlock TD.points {
	background-color: #2C488B;
	color: #FFFFFF;
	font-weight: bold;
}
#TeaserBlock TD.cell {
	background-color: #C2E0FF;
	width: 64px;
	text-align: center;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}
#TeaserBlock INPUT.text {
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #000000;
}
#TeaserBlock INPUT.betamount,
#TeaserBlock INPUT.winamount {
	text-align: right;
	font-weight: bold;
	border: 1px solid #003882;
}