﻿.TextBoxStyle
{
	border: 1px solid #CCC;
	padding: 6px;
	width: 150px;
}

.button
{
	border-style: none;
	width: 72px;
	height: 30px;
	line-height: 0px;
	background: #fff;
	color: #01ac88;
	border: 1px solid #01ac88;
	text-decoration: none;
	text-align: center;
	margin-right: 10px;
	cursor:pointer;
	font-family: 微软雅黑;
	border-radius:3px;
}
.button:hover
{
	width: 72px;
	height: 30px;
	background-color: #01ac88;
	color: White;
}
p
{
	margin: 0;
	padding: 0;
	line-height: 21px;
}
#papertable p
{
	line-height: 150%;
}
