.cpTable {
    border-style:soild;
    border-color:#FFFFFF;
}
.cp {
    overflow: auto;
    height: 100px;
    width:100px
}
.cpTD {
    width:5px;
    height:10px;
    padding:5px
}
.cpInput {
    width:30px;
}
.cp_selectedcolor {
    width:50px;
    border:0px;
}
.cpInputUppercase {
    width:60px;
    text-transform: uppercase
}