
#tinybox {
	position:absolute;
	display:none;
	padding:20px;
	background:#fff url(images/preload.gif) no-repeat 50% 50%;
	border: 0;
	z-index:2000;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
#tinymask {
	position:absolute;
	display: none;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	z-index:1500;
	}
#tinycontent {background:transparent}

#ba-temporada, #ba-estadio, #ba-equipo {
	float: left;
}

#ba-competicion, #ba-arbitro, #ba-equipo-pos{
	float: right;
}

#ba-competicion, #ba-temporada, #ba-estadio, #ba-arbitro, #ba-equipo, #ba-equipo-pos {
	font:10px Verdana,Calibri,Verdana,Geneva,sans-serif;
	font-weight: bold;
	position: relative;
	width: 50%;
	margin-bottom: 15px;
}

#ba-competicion p, #ba-temporada p, #ba-estadio p, #ba-arbitro p, #ba-equipo p, #ba-equipo-pos p {
		color: #008000;
		padding-bottom: 2px;
}

#ba-competicion select, #ba-temporada select, #ba-estadio select, #ba-arbitro select, #ba-equipo select, #ba-equipo-pos select {
		font-size:11px;
		padding:1px;
		outline: 0 none;
		border:1px solid #CCCCCC;
		font:10px Verdana,Calibri,Verdana,Geneva,sans-serif;
		-moz-box-sizing:border-box;
		background: #F8F8F8;
}

#ba-competicion select, #ba-temporada select, #ba-estadio select, #ba-arbitro select {
		width:200px;
}

#ba-equipo select, #ba-equipo-pos select {
		width:175px;
}

#ba-grupo-partido{
	margin-top: 40px;
	clear:both;
	border: 1px solid #CCCCCC;
	height: 45px;
	width: 389px;
	padding: 10px;
}
