/* CSS Document */
#recordset {
	clear: both;
	height: 140px;
	margin-bottom: 15px;
}

#detail {
	float: left;
	height: 120px;
	width: 110px;
	border: 1px solid #999999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
}
#text {
	height: 105px;
	width: 460px;
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	background-image: url(../images/pebbles.gif);
	background-repeat: no-repeat;
}
#text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#text ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#text li {
	margin-left: -7px;
	padding-left: 3px;
}
#pageset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #999999;
	height: 24px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 24px;
}
#pageset a {
	color: #FFFFFF;
	text-decoration: underline;
}
#pagecount_right {
	text-align: right;
	float: right;
}
#pagecount_left {
	text-align: left;
	float: left;
	clear: right;
}
.select {
	width: 40px;
}
form br{
	clear: both;
}

