@charset "utf-8";

#content p.address {
	margin: 18px 0;
	font-size: 15px;
	line-height: 18px;
	color: #222;
}

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

	label.checkbox span.holder {
		height: 60px; /* Total height of your checkbox image */
		background: url(../img/checkbox.png) 0 0 no-repeat; /* Path to your checkbox image */
	}
	
	label.radio span.holder {
		height: 60px; /* Total height of your radio buttons image */
		background: url(../img/radio-buttons.png) 0 0 no-repeat; /* Path to your radio button image */
	}
	
	label.checkbox:hover span.holder,
	label.radio:hover span.holder {top: -20px} /* Background position on mouseover */
	
	label.checked span.holder,
	label.checked span.holder {top: -40px !important} /* Background position when checked */


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

	label.list {
		float: left; clear: left;
		margin: 0 0 5px 0;
	}
	
	label.inline {
		float: left; margin: 0 10px 0 0;
	}
	
		input.hiddenCheckbox {position: absolute; left: -10000px}/* Hide the input */
	
		#content form label.prettyCheckbox {
			display: inline-block;
			margin-right: 25px;
			font-size: 12px;
			font-weight: bold;
		}
		
		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;
		}

/*.radiobutton {
	margin-bottom: 9px;
}

#content form label.checkbox_checked {}
#content form label.checkbox_unchecked  {}

#content form label.radio_checked,
#content form label.radio_unchecked {
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	margin-right: 5px;
	padding: 0 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}
#content form label.radio_checked {
	background: #BD142D;
	color: #FAFAFA;
}
#content form label.radio_unchecked {
	background: none;
	color: #444;
}

label:hover{
	color: #575B60;
}

label.highlighted {
	border: 1px solid #333;
}

.crirHidden {
	position: absolute;
	left: -1000px;
}
*/
