﻿*{
	font-size:12px;
}
body {
    font-family:helvetica,tahoma,verdana,sans-serif;
    padding:20px;
    font-size:13px;
    margin:0;
}
h2 {
    font-size:18px;
    font-weight:bold;
    margin:0;
    margin-bottom:15px;
}
.demo-info{
	background:#FFFEE6;
	color:#8F5700;
	padding:12px;
}
.demo-tip{
	width:16px;
	height:16px;
	margin-right:8px;
	float:left;
}
.tableForm
{
    border-collapse: collapse;
    background: #F5F5F5;
}
.tableForm th
{
    text-align: right;
    border-bottom: 1px dotted #ccc;
    padding: 3px;
}
.tableForm td
{
    text-align: center;
    border-bottom: 1px dotted #ccc;
    padding: 4px;
}
.tableForm div
{
    text-align: center;
    border-bottom: 1px dotted #ccc;
    padding: 5px;
}
