/* ------------------------------------------------------------------------
	This you can customize
------------------------------------------------------------------------- */

	.radiosondy {
		vertical-align:middle;
	}
	label {
		color:#000000;
		font-size:11px;
		line-height:16px;
		cursor:pointer;
		vertical-align:middle;
	}
	
	label.checkbox span.holder {
		height: 61px; /* Total height of your checkbox image */
		background: url(../img/checkbox.gif) 0 -1px no-repeat; /* Path to your checkbox image */
	}
	
	label.radio span.holder {
		height: 61px; /* Total height of your radio buttons image */
		background: url(../img/radio.gif) 0 -1px no-repeat; /* Path to your radio button image */
	}
	
	label.checkbox:hover span.holder,
	label.radio:hover span.holder { top: -21px !important; } /* Background position on mouseover */
	
	label.checked span.holder,
	label.checked span.holder,
	label.checked:hover span.holder,
	label.checked:hover span.holder { top: -42px !important; } /* Background position when checked */
	
	label.checked {
		color:#666666;
	}


/* ------------------------------------------------------------------------
	Customize at your own risk
------------------------------------------------------------------------- */

	label.list {
		float:left;
		margin:0;
		border-bottom:solid 1px #56a0ea;
		clear:both;
		width:100%;
		padding:4px 0;
	}
	
	.nad_array {
		margin:0;
		border-bottom:solid 1px #e9e9e9;
		clear:both;
		width:100%;
		padding:2px 0;
		line-height:16px;
		color:#000000;
		vertical-align:middle;
	}
	
	.nad_array_ostatni {
			border-bottom:none 0px;
	}
	
	label.inline {
		float: left; margin: 0 10px 0 0;
	}
	
		input.hiddenCheckbox {
			position: absolute; left: -10000px; /* Hide the input */
		}
	
		label.prettyCheckbox span.holderWrap {
			display: block; float: left;
			position: relative;
			margin-right: 5px;
			overflow: hidden;
		}
		
		label.prettyCheckbox span.holder {
			display: block;
			position: absolute;
			top: 0; left: 0;
		}
