/* CSS Document */
/*基本参数*/
body{text-align:center; margin: 0 0 0 0px;}
form{display:inline;}
td{font-size:12px;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
/*虚线表格样式*/
.table_dotted{BORDER-RIGHT: #b0bec7 1px dotted ; BORDER-TOP: #b0bec7 1px dotted ; BORDER-LEFT: #b0bec7 1px dotted ; BORDER-BOTTOM: #b0bec7 1px dotted ; }