.shuffleBoxMain
{
	/*width: 100%;*/
	text-align:center;
}

.shuffleBoxLeft
{
	/*width: 45%;*/
	/*height: 140px;*/ /* O Rly? */
	float:left;
}

.shuffleBoxLeft SELECT
{
	/*height: 100%;*/
}



.shuffleBoxCenter
{
	/*breaks in IE6 if you set it to 10%*/
	/*width: 9%;*/
	/*height: 140px;*/ /* O Rly? */
	float: left;
	padding-left: 1em;
	padding-right: 1em;
}

.shuffleBoxCenter INPUT
{
	width: 30px;
}



.shuffleBoxRight
{
	/*width: 45%;*/
	/*height: 140px;*/
	float: left;
}

.shuffleBoxRight SELECT
{
	/*height: 100%;*/
}

.shuffleBoxClear
{
	clear: both;
}
