.search input.input {
    height: 2.135em;
    line-height: 2.135em;
}
.formBox input[type=radio],
.formBox input[type=checkbox] {  
    border: none;
    display: block;
    margin: 3px 0 0 0;
    width: 2em;
}
.formBox .radio label,
.formBox .checkbox label  {
    padding: 0;
    margin-top: 0.4em;
    width: 85%;
}
.formBox .radio label:before,
.formBox .checkbox label:before {
    background: none;
    border: none;
}
.formBox select {
    background: none;
}
.formBox .uploadWrapper span {
    display: none;
}
.formBox INPUT[type=file] {
    background: #fff;
}
#navigation:after {
    background: url(/blob/5802/d957a01e33d754cd6d8e4655db30e6d5/data/navi-shadow-png.png) repeat-y scroll right 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    opacity: 0.1;
    position: relative;
    right: 2em;
    top: 0;
    width: 1em;
    z-index: 499;
}
/* JS CardFlip Fallback */
.card {
    background-color: #74828d !important;
}
.cardContainer.lightGray .card {
    background-color: #999d9d !important;
}
.cardContainer.white .card {
    background-color: #d2d3d7 !important;
}
.cardContainer.red .card {
    background-color: #e1000f !important;
}
