﻿

/*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 */
