/*	CSS for customized radio buttons and check boxes */
.custom-radio { position: relative; margin:0;  }
.custom-radio input {position: absolute; left: 0px; top: 0px; margin: 0; z-index: 0; float:left; opacity:0 !important; }

.custom-radio label {display: block; position: relative; z-index: 1; padding-right: 1em; line-height: 1; cursor: pointer; width:20px !important; display:inline-block; }

.custom-radio label { background:url(../images/radio1.png) no-repeat left top; width:120px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666; font-weight:normal; padding:0; margin:0 0px 0 0px; text-transform:none; padding:0 0 0 18px;}
.custom-radio label.checked {background:url(../images/radio1-hover.png) no-repeat left top;}

.custom-checkbox label { background:url(../images/check-bg.png) no-repeat 3px 1px; font-family: 'Open Sans', sans-serif;font-size:14px; color:#4d4d4d;}
.custom-checkbox label.checked{ background:url(../images/check-bg-hover.png) no-repeat 3px 1px; }


.custom-checkbox input  {position: absolute; left: 2px; top: 2px; margin: 0; z-index: 0; float:left; }
.custom-checkbox label  {display: block; position: relative; z-index: 1;  line-height: 1; cursor: pointer; }

.custom-checkbox { position: relative; }
.check-bg .custom-checkbox label	{padding-left:22px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666; padding:5px 0 0 20px; width:450px; font-weight:normal;}
.check .custom-checkbox label		{font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#ffffff; padding:0px 0px 0 20px; font-weight:normal; float:left; line-height:22px;}