﻿

/*table set khung*/
.Table_Form
{
    width: 186px;
}
/*table set khung*/

/*table set tieu de + text*/
.Table_Title
{
    text-align: center;
    color: #ffffcc;
    font-weight: bold;
    background-image: url(Images/tb_Left.jpg);
    background-repeat: no-repeat;
    height: 25px;
}
/*table set tieu de + text*/

/*table*/
.Table_Body
{
    height: 30px;
    vertical-align: top;
    background-color: #ffffff;
}
/*table */

/*table content*/
.Table_Content
{

    background-image: url(Images/bg_1.jpg);
    background-repeat: repeat-x;
    height: 30px;
    vertical-align: top;
    
  
}
/*table */

/*table set khung*/
.Table_FormRight
{
    width: 186px;
}
/*table set khung*/

/*table set tieu de + text*/
.Table_TitleRight
{
    text-align: center;
    color: #ffffcc;
    font-weight: bold;
    background-image: url(Images/tb_Right.jpg);
    background-repeat: no-repeat;
    height: 25px;
}