#TeaserBlock {
	width: 405px;
	height:640px;
	border: 1px solid #0F1F4D;
	margin-left: 10px;
	float: right;
} 
#TeaserBlock FORM {
	background-color: #333;
	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: #832626;
	color: #EEE;
	font-weight: bold;
	border-bottom: 1px dashed #B0CFFF;
}
#TeaserBlock TD.pointstitle {

}
#TeaserBlock TD.points {
	width: 64px;
	text-align: center;
}
#TeaserBlock TH.pointstitle,
#TeaserBlock TD.points {
	background-color : #a13232;
	color: #FFFFFF;
	font-weight: bold;
}
#TeaserBlock TD.cell {
	background-color: #CCC;
	width: 64px;
	text-align: center;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}
#TeaserBlock INPUT.text {
	font-size:14px !important;
	color:#333 !important;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	border: 1px solid #000000;
}
#TeaserBlock INPUT.betamount,
#TeaserBlock INPUT.winamount {
	color:#333 !important;
	text-align: right;
	font-weight: bold;
	border: 1px solid #003882;
}
.button, button, input[type="submit"], input[type="button"], input[type="reset"]{
	background:#a13232;
	color:#EEE;
	}