﻿/*table set khung*/
.Table_Form
{
    width: 210px;
}
/*table set khung*/

/*table set tieu de + text*/
.Table_Title
{
    padding-bottom: 5px;
    padding-top: 3px;
    text-align: center;
    color: #ffffcc;
    font-weight: bold;
    background-image: url(Images/table_title.jpg);
    background-repeat: no-repeat;
    height: 30px;
    text-transform: uppercase;
    font-family: Arial;
}
/*table set tieu de + text*/

/*table*/
.Table_Body
{
    vertical-align: top;
}
/*table */

/*table content*/
.Table_Content
{
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: top;
}
/*table */