.checkFlat {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('../imgs/checkFlat.png');
    background-repeat: no-repeat;
}
.checkFlatI input {
    width: 24px;
    height: 24px;
    margin-top: -5px;
    margin-left: -5px;
}


.radioFlat {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-image: url('../imgs/radioFlat.png');
    background-repeat: no-repeat;
}
.radioFlatI input {
    width: 24px;
    height: 24px;
    margin-top: -5px;
    margin-left: -6px;
}


.selectFlat {
    height: 17px;
    border: 1px solid #0066FF;
    overflow: hidden;
}
.selectFlat select {
    margin-top: -2px;
    margin-left: -2px;
}
.inputfileFlat input {
	border: 1px solid #0066FF;
}
