
/* fancyform styles */

.checked{background-color:#ddd; color:#2150a1 !important; background:url(chk_on.gif) no-repeat;  }
.unchecked{background-color:#ddd; background:url(chk_off.gif) no-repeat;  }

.selected{background-color:#ddd; color:#2150a1 !important; background:url(rdo_on.gif)  no-repeat; }
.unselected{background-color:#ddd; background:url(rdo_off.gif)  no-repeat; }

.checked:hover, .unchecked:hover, .selected:hover, .unselected:hover {  }

label.radio { float: left; width: 140px; height:30px; margin:0px 2px 2px 0px; padding-left:20px; line-height:16px; position:relative; }
label.radio  input { position: absolute; margin-left:-20px;}

/* Grosses Checkbox Feld */
label.checkfield { float: left; width: 173px; height:20px; margin:0px 2px 2px 0px; padding-left:20px; line-height:16px; }



.multiselect select { width:40px; margin: 0px 0px 20px; }
.cams { font-size:14px; } 