@charset "UTF-8";

.page_wrapper_table {
	width: 750px;
	font-size: 11px;
	line-height: 14px;
	padding: 10px 0px;
	height: auto;
	margin-top: 15px;
	border: 1px solid #FFF;
	float: left;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
}
.page_wrapper_form {
	width: 750px;
	font-size: 11px;
	line-height: 14px;
	padding: 8px 0px;
	height: auto;
	margin-top: 0px;
	float: left;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

.tr {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	float: left;
}

.tb {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	border: 1px solid #333;
	text-align: left;
	float: left;
}

.page_wrapper_table table tr td {
	border-top: 1px dotted #666;
	border-right: #FFF;
	border-bottom: 1px dotted #666;
	border-left: #FFF;
	text-align: left;
	padding: 3px 8px 3px 0px;
}
.page_wrapper_form table tr td {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	text-align: left;
	padding: 2px 8px 2px 0px;
}

