/* CSS Document */

.box {
	width: 530px;
	border: 1px solid #000000;
	margin-bottom: 20px;
	text-align: left;
	padding: 9px;
}

.clear {
	clear: both;
}
.box td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.inbox1 {
	float: left;
	width: 176px;
	height: 120px;
	text-align: left;
}
.inbox2 {
	float: left;
	width: 176px;
	height: 120px;
	text-align: center;
}
.inbox3 {
	float: left;
	width: 176px;
	height: 120px;
	text-align: right;
}
.inboxtext1 {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	height: 20px;
	text-align: right;
}
