.tblc{
    border-collapse:collapse;
    margin: 10px;
    padding:5px;
    font-weight: normal; 
    border:2px solid #efefef;
}
.tblc td{
    border:2px solid #efefef;
}
.tblc th{
    border:2px solid #efefef;
    font-weight: bold;
    text-align: center;
}
.tblc .center{
    text-align:center;
}
.tblc .phone{
    margin:5px;
    width:110px;
}

.tblc .email{
   margin:5px;
   width:190px;
}

#frm_main{
}

#frm_main select{
    width: 180px;
    direction: rtl;
    text-align: left;
}

