input[type=text].defstat {border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;}
input[type=text].defstat ~ label {margin:0;padding:0 2px 1px 3px;
					  border-radius:0;border:1px solid #888;
					  border-top-right-radius:2px;
					  border-bottom-right-radius:2px;
					  height:19px; border-left:0;vertical-align:top !important;
					  background-color:#bbb }
input[type=text].defstat ~ label div.checkbox {vertical-align:middle}

input[type=text].defstat ~ label div:last-of-type { position:absolute;
								     background-color:#ffb;
								     border:1px solid black;
								     border-radius:2px;
								     z-index:10; min-width:110px;
								     box-shadow:0 0 2px black;
								     text-align:center;
								     padding:2px 4px; display:none }
input[type=text].defstat ~ label div:first-child {font-weight:bold;width:10px;text-align:center;padding-top:1px}
input[type=text].defstat ~ label span {font-weight:bold;width:10px;text-align:center;padding-top:1px;display:inline-block;}
input[type=text].defstat ~ label:hover div:last-of-type {display:block}
input[type=text].defstat ~ label:hover div:first-child {color:white}
input[type=text].defstat ~ label:hover span {color:white}