
/*  CHECKBOX */

B.fmCheckbox {
	background:url("../images/checkbox.gif") no-repeat scroll left -12px transparent;
	cursor:pointer;
	float:left;
	font-size:9px;
	height:11px;
	line-height:1%;
	margin:3px 5px 0 0px;
	position:relative;
	text-indent:-1000em;
	width:12px;
}

B.fmCheckbox.checked { background-position: left top; }
B.fmCheckbox:HOVER { background-position: -12px -12px; }
B.fmCheckbox.checked:HOVER { background-position: -12px top; }

B.fmCheckbox.chbx-disabled { background-position: -24px -12px; }

B.fmCheckbox.checked.chbx-disabled,
B.fmCheckbox.checked.chbx-disabled:HOVER { background-position: -24px top; }

label{
	color:#FFFFFF;
	float:right;
	font-family:'TisaProBold';
	font-size:10px;
	font-weight:bold;
	text-align:left;
	width:-1px;
}

p{ float:left;
	display:block;
	padding:0 5px 0 0px;}

input{ float:left;}