﻿

.Kep1
{
    position: relative;
    top: 20px;
    left: 690px;
  z-index: 100;
}
.Kep2
{
    position: relative;
    top: 230px;
    left: 635px;
   z-index: 100;

}
.Kep3
{
    position: relative;
    top: 450px;
    left: 580px;
   z-index: 100;
 
}
.Kep4
{
    position: relative;
        top: 640px;
    left: 523px;
    z-index: 100;
}


/*table set khung*/
.Table_Form
{
    width: 200px;
}
/*table set khung*/

/*table set tieu de + text*/
.Table_Title
{
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #ff9900;
    text-align: center;
    color: #ffffcc;
    font-weight: bold;
        border : #ffff00 5px solid;
}
/*table set tieu de + text*/

/*table*/
.Table_Body
{
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #9933ff;
    height: 200px;
    vertical-align: top;
}
/*table */

/*table content*/
.Table_Content
{
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #00ff33;
    height: 200px;
    vertical-align: top;
    border : #ffff00 5px solid;
  
}
/*table */