#picksForm {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	width: 536px;
}


#picksForm table {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #333;
	margin: 0;
	position: relative;
	text-align: center;
	border: 12px #333 solid;
}

#picksForm table td {
	padding: 0;
}


#picksForm .teamHost {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #009b74;
	display: block;
}


#left_container #picksForm .score {
	width: 55px;
	height: 55px;
	font-size: 48px;
	color: #000000;
	text-align: center;
	line-height: 55px;
	font-weight: bold;
	border: solid 1px #7f9db9;
}

#picksForm .teamName {
	font-size: 16px;
	height: 36px;
	line-height: 18px;
	text-align: center;
}

#picksForm fieldset {
	border: solid 1px; #ccc;
	padding: 0;
	margin: 4px 18px;
	background-color: #efefef;
	padding: 5px;
}
#picksForm select {
	margin: 0 8px;
}



#picksForm label {
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	display: block;
	text-align: center;
}

#picksForm input, #picksForm select {
	display: block;
	text-transform: none;
}


#picksForm .matchInfo {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.clear {
	clear: both;
}
#left_container #picksForm  input.savemypicks {
	width: 168px;
	height: 36px;
	border: none;
	background: #FFCC00 url(images/btn-savemyicks.png) no-repeat !important;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	float: none !important;
	margin-top: 10px;
	cursor: pointer;
}

#picksForm .picksClose {
 font-size: 11px;
 color: #999;
}

.notify {
	background: #D9F0EA;
	border: solid 1px #009b74;
	padding: 10px;
	margin-bottom: 15px;
}

.notifyError {
	background: #F7D9D9;
	border: solid 1px #c00;
}

.scorerSelect {
	width: 132px;
}

