/* Checkboxes */
label.checkbox_checked {
	background: transparent url('imagini/crir/crossc.png') no-repeat 0 50%;	
	display: block;
	padding: 1px 5px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color:#000000;

}
label.checkbox_unchecked  {
	background: transparent url('imagini/crir/cross.png') no-repeat 0 50%;	
	display: block;
	padding: 1px 5px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color:#000000;

}
label.checkbox_checked_disabled {
	background: transparent url('imagini/crir/crossc_disabled.png') no-repeat 0 50%;	
	display: block;
	padding: 1px 5px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color: #575B60;

}
label.checkbox_unchecked_disabled  {
	background: transparent url('imagini/crir/cross_disabled.png') no-repeat 0 50%;	
	display: block;
	padding: 1px 5px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color: #575B60;

}


/* Radio Buttons */
label.radio_checked {
	background: transparent url('imagini/crir/bullet_green.png') no-repeat 0 50%;	
	display: block;
	padding: 1px 5px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color:#000000;

}
label.radio_unchecked  {
	background: transparent url('imagini/crir/bullet_white.png') no-repeat 0 50%;	
	display: block;
	padding: 1px 5px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color:#000000;
}
label.radio_checked_disabled {
	background: transparent url('imagini/crir/bullet_green_d.png') no-repeat 0 50%;	
	display: block;
	padding: 1px 5px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color:#000000;

}
label.radio_unchecked_disabled  {
	background: transparent url('imagini/crir/bullet_white_d.png') no-repeat 0 50%;	
	display: block;
	padding: 1px 5px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color:#000000;
}




/* Radio Buttons inline */
label.radio_checked_inline {
	background: transparent url('imagini/crir/bullet_green.png') no-repeat 0 50%;	
	padding: 1px 10px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color:#000000;

}
label.radio_unchecked_inline  {
	background: transparent url('imagini/crir/bullet_white.png') no-repeat 0 50%;	
	padding: 1px 10px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color:#000000;
}
label.radio_checked_inline_d {
	background: transparent url('imagini/crir/bullet_green_d.png') no-repeat 0 50%;	
	padding: 1px 10px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color:#000000;

}
label.radio_unchecked_inline_d  {
	background: transparent url('imagini/crir/bullet_white_d.png') no-repeat 0 50%;	
	padding: 1px 10px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color:#000000;
}




/* Radio Buttons img */
label.radio_checked_img {
	background: transparent url('imagini/crir/bullet_green.png') no-repeat 0 50%;	
	padding: 1px 10px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color:#000000;

}
label.radio_unchecked_img  {
	background: transparent url('imagini/crir/bullet_white.png') no-repeat 0 50%;	
	padding: 1px 10px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color:#000000;
}


label.radio_checked_img_d {
	background: transparent url('imagini/crir/bullet_green_d.png') no-repeat 0 50%;	
	padding: 1px 10px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color:#000000;

}
label.radio_unchecked_img_d  {
	background: transparent url('imagini/crir/bullet_white_d.png') no-repeat 0 50%;	
	padding: 1px 10px 1px 25px;
	line-height:16px;
	cursor:pointer;
	font-weight:normal;
	font-size:13px;
	color:#000000;
}



/* Hover State */
label:hover{
	color: #575B60;
}

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

.input_field_radio {margin-left:10px;width:100%;height:25px;line-height:25px;float:left;font-family: Tahoma,Arial,"Trebuchet MS",Georgia,"Times New Roman",Times,serif;font-size:13px;font-weight:normal;color:#000000;}
.input_field_radio input { border:1px solid #CCCCCC;; width:100px; background: #FFFFFF ;padding: 0px 5px; font-size:13px;color:#333333;}
.input_field_radio label {height:25px;line-height:25px;cursor:pointer;}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* STOP EDITTING - DO NOT CHANGE OR REMOVE        */
.crirHidden {
	position: absolute;
	left: -1000px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
