﻿/*
--=============================================
-- Author:		飞天刺客
-- Create date: 2009-08-28 11:10
-- Description:	添加用户控件样式表
-- =============================================
*/


/* 表格样式 */
.ucTbStyle
{
    width: 100%;
    text-align: center;
}

/* 表格行样式 */
.ucTrStyle
{
    height: 30px;
}

/* 表格列样式 */
.ucTdStyle
{
    width: 10%;
    text-align: center;
}


