.required {  }

.faded { opacity:.4 ; }

.ns { display:none; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}


.fcEmp { min-height:20px; margin-top:15px; PADDING-TOP:15PX; BORDER-TOP:1PX SOLID SILVER;  }
.fcEmp .feLeft { width: 25%; float:left; margin-right:15px; }
.fcEmp .feRight { float:left; width:70%;  }
.fcEmp .feRight h3 { margin-top:0px; }
.fcEmp .feLeft img { width:180px; height:auto; box-shadow:0 2px 5px rgba(0,0,0,.45); border:1px solid silver; padding:10px; margin-top:45px }
.clear { clear:both; }

@media (max-width: 1279px) {
.fcEmp .feLeft { width: 100%; float:none; text-align:center }
.fcEmp .feRight { float:none; width:100%;  }
}