/* Neatforms™ default stylesheet */

form.neatForm {
	
}
	form.neatForm input[type='radio'],
	form.neatForm input[type='checkbox'],
	form.neatForm input.neatRadio,
	form.neatForm input.neatCheckbox {
		position: relative;
		z-index: 10;
		opacity: 0;
        filter: alpha(opacity = 0);
		cursor: pointer;
	}
	
	form.neatForm div.neatRadio,
	form.neatForm div.neatCheckbox {
		float: left;
		position: relative;
		z-index: 20;
		display: -moz-inline-box;
		display: inline-block;
		width: 20px;
		cursor: pointer;
		margin-right: 5px;
	}
	
	form.neatForm label {
		line-height: 20px;
	}
	
	
	form.neatForm div.neatRadio {
		background: url(/img/buttons/form/cross-gray.png) no-repeat center center;
	}
	
	form.neatForm div.neatRadio.checked {
		background: url(/img/buttons/form/tick-green.png) no-repeat center center;
	}
	
	form.neatForm div.neatCheckbox {
		background: url(/img/buttons/form/cross-gray.png) no-repeat center center;
	}
	
	form.neatForm div.neatCheckbox.checked {
		background: url(/img/buttons/form/tick-green.png) no-repeat center center;
	}
