/* === Forms === */

form input.button {
	background: #f86b04 url(../images/bg-form-button.gif) repeat-x left top;
	border: 1px solid #313131;
	font-weight: bold;
	cursor:pointer;
}

.button {
	background: #f86b04 url(../images/bg-form-button.gif) repeat-x left top;
	border: 1px solid #313131;
	font-weight: bold;
}


form.form-poll {
	background: #e6e6e6;
	padding: 8px 6px 7px 6px;
	color: #474747;
}

	form.form-poll p.question {
		font-weight: bold;
		padding-bottom: 10px;
	}
	
	form.form-poll ul.answers {
		list-style: none;
		line-height: 11px;
	}
	
		form.form-poll ul.answers li {
			line-height: 18px;
		}
		
		form.form-poll ul.answers input {
			margin-top: -1px;
			margin-bottom: -2px;
		}
	
	form.form-poll .button-wrap {
		padding-top: 10px;
	}


h3.form-comment-title {
	background: #5c5c5c;
	line-height: 25px;
	font-weight: bold;
	color: #ffffff;
	height: 25px;
	padding-left: 6px;
	font-size: 11px;
}

form.form-comment {
	background: #e6e6e6;
	padding: 5px 6px 7px 6px;
	color: #474747;
}

	form.form-comment label {
		font-weight: bold;
	}
	
		form.form-comment label input {
			color: #474747;
			padding: 1px 2px 1px 2px;
			border-top: 1px solid #808080;
			border-right: 1px solid #d4d0c8;
			border-bottom: 1px solid #d4d0c8;
			border-left: 1px solid #808080;
		}
		
	form.form-comment label.name {
		margin-right: 5px;
	}
		
		form.form-comment label.name input {
			width: 108px;
		}
		
		form.form-comment label.email input {
			width: 144px;
		}
		

	form.form-comment .textarea-wrap {
		padding-top: 5px;
	}
	
		form.form-comment .textarea-wrap textarea {
			color: #474747;
			width: 369px;
			height: 110px;
			padding: 1px 2px 1px 2px;
			border-top: 1px solid #808080;
			border-right: 1px solid #d4d0c8;
			border-bottom: 1px solid #d4d0c8;
			border-left: 1px solid #808080;
		}

	form.form-comment .button-wrap {
		padding-top: 10px;
	}



form.form-change-season {
	width: 262px;
}

	form.form-change-season select {
		float: left;
		width: 135px;
		color: #474747;
	}


	form.form-change-season div.text-wrap {
		float: left;
		display: inline;
		margin-left: 20px;
	}
	
		form.form-change-season div.text-wrap span {
			font-family: arial;
			display: block;
		}
		
		form.form-change-season div.text-wrap span.year {
			font-size: 12px;
			font-weight: bold;
			line-height: 11px;
		}
		
		form.form-change-season div.text-wrap span.season {
			font-size: 10px;
			text-transform: uppercase;
			line-height: 9px;
		}


form.form-results {
	background: #464646;
	padding: 10px 5px 11px 5px;
}

	form.form-results select {
		color: #474747;
	}
	
form.form-player-search {
	background: #464646;
	padding: 15px 0px 19px 10px;
}

	form.form-player-search input.text {
		width: 168px;
		margin-left: 10px;
		margin-right: 15px;
		padding: 1px 2px 1px 2px;
		border-top: 1px solid #808080;
		border-right: 1px solid #d4d0c8;
		border-bottom: 1px solid #d4d0c8;
		border-left: 1px solid #808080;
		color: #474747;
	}
	
	
	
#statistics-wrap {
	background: #464646 url(../images/bg-form-statistics.gif) repeat-y left top;
}

	#statistics-wrap .statistics {
		float: left;
		display: inline;
		width: 260px;
		padding: 5px;
	}
	
	#statistics-wrap form.form-statistics, #statistics-wrap .div-statistics {
		float: left;
		width: 260px;
		display: inline;
		padding: 5px 15px 5px 15px;
		margin-left: 1px;
	}
	
		/* #statistics-wrap form.form-statistics label.title */
	
			#statistics-wrap form.form-statistics label.title span, #statistics-wrap .div-statistics label.title span {
				float: left;
				font-weight: bold;
			}
			
			#statistics-wrap form.form-statistics label.title select, #statistics-wrap .div-statistics label.title select {
				float: left;
				clear: both;
				color: #474747;
				width: 250px;
			}
		
		#statistics-wrap form.form-statistics .stage-wrap, #statistics-wrap .div-statistics .stage-wrap {
			padding-top: 10px;
			padding-bottom: 15px;
			line-height: 18px;
		}
		
			#statistics-wrap form.form-statistics .stage-wrap .left, #statistics-wrap .div-statistics .stage-wrap .left {
				float: left;
				width: 110px;
			}
			
			#statistics-wrap form.form-statistics .stage-wrap .right, #statistics-wrap .div-statistics .stage-wrap .right {
				float: left;
				width: 110px;
				margin-left: 10px;
				display: inline;
			}
			
			#statistics-wrap form.form-statistics .stage-wrap input, #statistics-wrap .div-statistics .stage-wrap input {
				margin-top: -1px;
				margin-bottom: -2px;
			}
			
			#statistics-wrap form.form-statistics .stage-wrap label, #statistics-wrap .div-statistics .stage-wrap label {
				float: left;
			}
		
		/* #statistics-wrap form.form-statistics label.filter */
		
			#statistics-wrap form.form-statistics label.filter span, #statistics-wrap .div-statistics label.filter span {
				float: left;
				width: 80px;
				display: inline;
				margin-right: 10px; 
				text-align: right;
				line-height: 20px;
				padding-bottom: 2px;
			}
			
			#statistics-wrap form.form-statistics label.filter select, #statistics-wrap .div-statistics label.filter select {
				float: left;
				color: #474747;
				width: 160px;
			}
		
		#statistics-wrap form.form-statistics .button-wrap, #statistics-wrap .div-statistics .button-wrap {
			padding: 10px 0px 6px 0px;
		}
		
		

/* Not person check */
.notPerson{
	display: none;
}
