/* 主页面背景 */
body.reg
{
	background-image:url(images/mainbg.gif);
	background-repeat:repeat-x;
}

/* 全局表格中文字样式 */
table,tr,td
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* 主页面中大表格立体效果 */
table.maintab
{
	background-image:url(images/tabbg.jpg);
	padding:15px;
	margin-top:5px;
	height:555px;
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#333333,Direction=120,strength=13);
	table-layout:fixed;
	word-break:break-all;
}
/* 信息提示样式 */
span
{
	color:#CC0000;
}
/* 欢迎句子的总体颜色 */
span.title
{
	color:#FFCC00;
}

/* 版权信息文字样式 */
span.bottom
{
	color:#999999;
}

/* 按钮样式 */
input.reg
{
	border:silver 1px solid
}

/* 注册部分标题 */
#title{
	font-size:18px;
	color:#5AF;
	text-align:center;
	margin:5px auto;
	border-bottom:#6AF 1px dashed;
	font-weight:bold;
}

/* 区块间的下划线样式 */
.underline{
	border-bottom:#9C1 1px dashed;
}

/* 超级链接的样式 */
a{
	text-decoration:none;
}
a:hover{
	color:#E31;
}