.custom_style > input
{	padding: 0;
	margin: 0;
	height: 16px;
	width: 16px;
	float: left;
	position: absolute;
	left: 0;
	opacity: 0;
}
.custom_style > label 
{ 
	
	color: #333333; 
	padding: 0 0 0 30px;
	/*-moz-transition: color 1s ease; 
	-o-transition: color 1s ease; 
	-webkit-transition: color 1s ease; 
	transition: color 1s ease;*/ 
}
fieldset[dir=rtl] .custom_style > label {
	padding: 0 18px 0 0;
}
.custom_style:not(#foo) > input:hover + label, .custom_style:not(#foo) > input:focus + label,
.custom_style:not(#foo) > input + label:hover, .custom_style:not(#foo) > input:focus + label			{ color: #333333; }

.custom_style:not(#foo) > input + label
{
	background: url(gr_custom-inputs.png) 0 -1px no-repeat;
	height: 19px;
}
.custom_style:not(#foo) > input[type=radio] + label									{ background-position: 0 -158px; }

/* Checked styles */
.custom_style:not(#foo) > input[type=radio]:checked + label 							{ background-position: 0 -238px; }
.custom_style:not(#foo) > input[type=checkbox]:checked + label 						{ background-position: 0 -81px; }
.custom_style:not(#foo) > input[type=checkbox]:hover:checked + label,
.custom_style:not(#foo) > input[type=checkbox]:focus:checked + label,
.custom_style:not(#foo) > input[type=checkbox]:checked + label:hover,
.custom_style:not(#foo) > input[type=checkbox]:focus:checked + label 					{ background-position: 0 -101px; }
.custom_style:not(#foo) > input[type=radio]:hover:checked + label,
.custom_style:not(#foo) > input[type=radio]:focus:checked + label,
.custom_style:not(#foo) > input[type=radio]:checked + label:hover,
.custom_style:not(#foo) > input[type=radio]:focus:checked + label 					{ background-position: 0 -258px; }

/* Hover & Focus styles */
.custom_style:not(#foo) > input[type=checkbox]:hover + label,
.custom_style:not(#foo) > input[type=checkbox]:focus + label,
.custom_style:not(#foo) > input[type=checkbox] + label:hover 							{ background-position: 0 -21px; }
.custom_style:not(#foo) > input[type=radio]:hover + label,
.custom_style:not(#foo) > input[type=radio]:focus + label,
.custom_style:not(#foo) > input[type=radio] + label:hover								{ background-position: 0 -178px; }

/* Active styles */
p:not(#foo) > input[type=checkbox]:active + label,
p:not(#foo) > input[type=checkbox] + label:hover:active					{ background-position: 0 -41px; }
p:not(#foo) > input[type=radio]:active + label,
p:not(#foo) > input[type=radio] + label:hover:active						{ background-position: 0 -201px; }
p:not(#foo) > input[type=checkbox]:active:checked + label,
p:not(#foo) > input[type=checkbox]:checked + label:hover:active			{ background-position: 0 -121px; }
p:not(#foo) > input[type=radio]:active:checked + label,
p:not(#foo) > input[type=radio]:checked + label:hover:active				{ background-position: 0 -278px; }

/* Disabled styles */
.custom_style:not(#foo) > input[type=checkbox]:disabled + label,
.custom_style:not(#foo) > input[type=checkbox]:hover:disabled + label,
.custom_style:not(#foo) > input[type=checkbox]:focus:disabled + label,
.custom_style:not(#foo) > input[type=checkbox]:disabled + label:hover,
.custom_style:not(#foo) > input[type=checkbox]:disabled + label:hover:active			{ background-position: 0 -61px; }
.custom_style:not(#foo) > input[type=radio]:disabled + label,
.custom_style:not(#foo) > input[type=radio]:hover:disabled + label,
.custom_style:not(#foo) > input[type=radio]:focus:disabled + label,
.custom_style:not(#foo) > input[type=radio]:disabled + label:hover,
.custom_style:not(#foo) > input[type=radio]:disabled + label:hover:active				{ /*background-position: 0 -221px;*/ background-position: 0 -321px; }
.custom_style:not(#foo) > input[type=checkbox]:disabled:checked + label,
.custom_style:not(#foo) > input[type=checkbox]:hover:disabled:checked + label,
.custom_style:not(#foo) > input[type=checkbox]:focus:disabled:checked + label,
.custom_style:not(#foo) > input[type=checkbox]:disabled:checked + label:hover,
.custom_style:not(#foo) > input[type=checkbox]:disabled:checked + label:hover:active	{ background-position: 0 -141px; }
.custom_style:not(#foo) > input[type=radio]:disabled:checked + label,
.custom_style:not(#foo) > input[type=radio]:hover:disabled:checked + label,
.custom_style:not(#foo) > input[type=radio]:focus:disabled:checked + label,
.custom_style:not(#foo) > input[type=radio]:disabled:checked + label:hover,
.custom_style:not(#foo) > input[type=radio]:disabled:checked + label:hover:active		{ background-position: 0 -301px;  }

fieldset[dir=rtl] .custom_style > input { left: auto; right: 0; }
fieldset[dir=rtl] .custom_style:not(#foo) > input + label												{ background-position: 100% -161px; }
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio] + label									{ background-position: 100% -161px; }

/* Checked styles */
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:checked + label 							{ background-position: 100% -241px; }
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:checked + label 						{ background-position: 100% -81px; }
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:hover:checked + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:focus:checked + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:checked + label:hover,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:focus:checked + label 					{ background-position: 100% -101px; }
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:hover:checked + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:focus:checked + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:checked + label:hover,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:focus:checked + label 					{ background-position: 100% -261px; }

/* Hover & Focus styles */
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:hover + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:focus + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox] + label:hover 							{ background-position: 100% -21px; }
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:hover + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:focus + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio] + label:hover								{ background-position: 100% -181px; }

/* Active styles */
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:active + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox] + label:hover:active					{ background-position: 100% -41px; }
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:active + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio] + label:hover:active						{ background-position: 100% -201px; }
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:active:checked + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:checked + label:hover:active			{ background-position: 100% -121px; }
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:active:checked + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:checked + label:hover:active				{ background-position: 100% -281px; }

/* Disabled styles */
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:disabled + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:hover:disabled + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:focus:disabled + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:disabled + label:hover,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:disabled + label:hover:active			{ background-position: 100% -61px; }
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:disabled + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:hover:disabled + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:focus:disabled + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:disabled + label:hover,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:disabled + label:hover:active				{ background-position: 100% -221px; }
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:disabled:checked + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:hover:disabled:checked + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:focus:disabled:checked + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:disabled:checked + label:hover,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=checkbox]:disabled:checked + label:hover:active	{ background-position: 100% -141px; }
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:disabled:checked + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:hover:disabled:checked + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:focus:disabled:checked + label,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:disabled:checked + label:hover,
fieldset[dir=rtl] .custom_style:not(#foo) > input[type=radio]:disabled:checked + label:hover:active		{ background-position: 100% -301px; }

.custom_style_red > input
{	padding: 0;
	margin: 0;
	height: 16px;
	width: 16px;
	float: left;
	position: absolute;
	left: 0;
	opacity: 0;
}
.custom_style_red > label 
{ 
	
	color: #333333; 
	padding: 0 0 0 30px;
	/*-moz-transition: color 1s ease; 
	-o-transition: color 1s ease; 
	-webkit-transition: color 1s ease; 
	transition: color 1s ease;*/ 
}
fieldset[dir=rtl] .custom_style_red > label {
	padding: 0 18px 0 0;
}
.custom_style_red:not(#foo) > input:hover + label, .custom_style_red:not(#foo) > input:focus + label,
.custom_style_red:not(#foo) > input + label:hover, .custom_style_red:not(#foo) > input:focus + label			{ color: #333333; }

.custom_style_red:not(#foo) > input + label
{
	background: url(gr_custom-inputs-red.png) 0 -1px no-repeat;
	height: 19px;
}
.custom_style_red:not(#foo) > input[type=radio] + label									{ background-position: 0 -158px; }

/* Checked styles */
.custom_style_red:not(#foo) > input[type=radio]:checked + label 							{ background-position: 0 -238px; }
.custom_style_red:not(#foo) > input[type=checkbox]:checked + label 						{ background-position: 0 -81px; }
.custom_style_red:not(#foo) > input[type=checkbox]:hover:checked + label,
.custom_style_red:not(#foo) > input[type=checkbox]:focus:checked + label,
.custom_style_red:not(#foo) > input[type=checkbox]:checked + label:hover,
.custom_style_red:not(#foo) > input[type=checkbox]:focus:checked + label 					{ background-position: 0 -101px; }
.custom_style_red:not(#foo) > input[type=radio]:hover:checked + label,
.custom_style_red:not(#foo) > input[type=radio]:focus:checked + label,
.custom_style_red:not(#foo) > input[type=radio]:checked + label:hover,
.custom_style_red:not(#foo) > input[type=radio]:focus:checked + label 					{ background-position: 0 -258px; }

/* Hover & Focus styles */
.custom_style_red:not(#foo) > input[type=checkbox]:hover + label,
.custom_style_red:not(#foo) > input[type=checkbox]:focus + label,
.custom_style_red:not(#foo) > input[type=checkbox] + label:hover 							{ background-position: 0 -21px; }
.custom_style_red:not(#foo) > input[type=radio]:hover + label,
.custom_style_red:not(#foo) > input[type=radio]:focus + label,
.custom_style_red:not(#foo) > input[type=radio] + label:hover								{ background-position: 0 -178px; }

/* Active styles */
p:not(#foo) > input[type=checkbox]:active + label,
p:not(#foo) > input[type=checkbox] + label:hover:active					{ background-position: 0 -41px; }
p:not(#foo) > input[type=radio]:active + label,
p:not(#foo) > input[type=radio] + label:hover:active						{ background-position: 0 -201px; }
p:not(#foo) > input[type=checkbox]:active:checked + label,
p:not(#foo) > input[type=checkbox]:checked + label:hover:active			{ background-position: 0 -121px; }
p:not(#foo) > input[type=radio]:active:checked + label,
p:not(#foo) > input[type=radio]:checked + label:hover:active				{ background-position: 0 -278px; }

/* Disabled styles */
.custom_style_red:not(#foo) > input[type=checkbox]:disabled + label,
.custom_style_red:not(#foo) > input[type=checkbox]:hover:disabled + label,
.custom_style_red:not(#foo) > input[type=checkbox]:focus:disabled + label,
.custom_style_red:not(#foo) > input[type=checkbox]:disabled + label:hover,
.custom_style_red:not(#foo) > input[type=checkbox]:disabled + label:hover:active			{ background-position: 0 -61px; }
.custom_style_red:not(#foo) > input[type=radio]:disabled + label,
.custom_style_red:not(#foo) > input[type=radio]:hover:disabled + label,
.custom_style_red:not(#foo) > input[type=radio]:focus:disabled + label,
.custom_style_red:not(#foo) > input[type=radio]:disabled + label:hover,
.custom_style_red:not(#foo) > input[type=radio]:disabled + label:hover:active				{ /*background-position: 0 -221px;*/ background-position: 0 -321px; }
.custom_style_red:not(#foo) > input[type=checkbox]:disabled:checked + label,
.custom_style_red:not(#foo) > input[type=checkbox]:hover:disabled:checked + label,
.custom_style_red:not(#foo) > input[type=checkbox]:focus:disabled:checked + label,
.custom_style_red:not(#foo) > input[type=checkbox]:disabled:checked + label:hover,
.custom_style_red:not(#foo) > input[type=checkbox]:disabled:checked + label:hover:active	{ background-position: 0 -141px; }
.custom_style_red:not(#foo) > input[type=radio]:disabled:checked + label,
.custom_style_red:not(#foo) > input[type=radio]:hover:disabled:checked + label,
.custom_style_red:not(#foo) > input[type=radio]:focus:disabled:checked + label,
.custom_style_red:not(#foo) > input[type=radio]:disabled:checked + label:hover,
.custom_style_red:not(#foo) > input[type=radio]:disabled:checked + label:hover:active		{ background-position: 0 -301px;  }

fieldset[dir=rtl] .custom_style_red > input { left: auto; right: 0; }
fieldset[dir=rtl] .custom_style_red:not(#foo) > input + label												{ background-position: 100% -161px; }
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio] + label									{ background-position: 100% -161px; }

/* Checked styles */
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:checked + label 							{ background-position: 100% -241px; }
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:checked + label 						{ background-position: 100% -81px; }
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:hover:checked + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:focus:checked + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:checked + label:hover,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:focus:checked + label 					{ background-position: 100% -101px; }
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:hover:checked + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:focus:checked + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:checked + label:hover,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:focus:checked + label 					{ background-position: 100% -261px; }

/* Hover & Focus styles */
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:hover + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:focus + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox] + label:hover 							{ background-position: 100% -21px; }
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:hover + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:focus + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio] + label:hover								{ background-position: 100% -181px; }

/* Active styles */
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:active + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox] + label:hover:active					{ background-position: 100% -41px; }
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:active + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio] + label:hover:active						{ background-position: 100% -201px; }
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:active:checked + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:checked + label:hover:active			{ background-position: 100% -121px; }
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:active:checked + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:checked + label:hover:active				{ background-position: 100% -281px; }

/* Disabled styles */
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:disabled + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:hover:disabled + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:focus:disabled + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:disabled + label:hover,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:disabled + label:hover:active			{ background-position: 100% -61px; }
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:disabled + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:hover:disabled + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:focus:disabled + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:disabled + label:hover,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:disabled + label:hover:active				{ background-position: 100% -221px; }
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:disabled:checked + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:hover:disabled:checked + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:focus:disabled:checked + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:disabled:checked + label:hover,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=checkbox]:disabled:checked + label:hover:active	{ background-position: 100% -141px; }
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:disabled:checked + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:hover:disabled:checked + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:focus:disabled:checked + label,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:disabled:checked + label:hover,
fieldset[dir=rtl] .custom_style_red:not(#foo) > input[type=radio]:disabled:checked + label:hover:active		{ background-position: 100% -301px; }
