#contents{
	width:980px;
	margin:30px auto;
}
#companytitle{
	background-color:#004098;
	height:40px;
	line-height:40px;
	text-indent:10px;
	font-size:17pt;
	font-weight:300;
	color:#fff;
	margin-bottom:30px;
}

table{
	width:700px;
	margin:30px auto;
	border-collapse: collapse;
}
table th,td{
	border-bottom:1px solid;
	font-size:13pt;
	line-height:20pt;
}
table th{
	text-align:left;
	width:210px;
	padding-left:10px;
}
table td{
	padding:25px 0px;
	line-height:30pt;
}
.require{
	color:#CC0000;
	font-size:13px;
}
table .text{
	width:240px;
}

table #tdbutton{
	text-align:center;
}
table .button{
	height:32px;
	padding:0px 10px;
}
table .sent{
	margin-right:10px;
}
table .reset{
	margin-left:10px;
}
table input,table select{
	font-size:12pt;
	padding:2px;
}
table input[type=checkbox]{
	width:16px;
	height:16px;
}