.bid-form {
	font-size: 12px;
	background: #ffe7df;
	border-collapse: collapse;
	border-color: lightgray;
}

.bid-form th {
	white-space: nowrap;
	padding: 2px;
}

.bid-form td {
	white-space: nowrap;
	padding: 2px;
}

.bid-form input {
	font-size: 12px;
	margin: 3px;
}

.bid-form select {
	font-size: 12px;
	margin: 3px;
}

.bids {
	font-size: 11px;
	border-collapse: collapse;
	border-color: lightgray;
}

.bids th {
	white-space: nowrap;
	padding: 2px;
	background-color: #fafafa;
	color: black;
}

.bids td {
	white-space: nowrap;
	padding: 2px;
}

.bid-1 {
	background-color: #ecf7fd;
}

.bid-2 {
	background-color: white;
}

.nav {
	font-size: 12px;
	background-color: #fdd1c3;
}

.nav a {
	font-size: 12px !important;
	text-decoration: underline !important;
}

.pager {
	font-size: 12px;
}

.pager a {
	font-size: 12px !important;
	text-decoration: underline !important;
}

.search-button {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-size: 16px;
	background: #72bee7;
	cursor: pointer;
	padding: 3px;
}

.add-button {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-size: 16px !important;
	background: #f0a790;
	cursor: pointer;
	padding: 3px;
}

.new-bid-td {
	background: #fdd1c3;
}

.url {
	text-decoration: underline !important;
}

.auction-title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 20px;
	color: black;
}

.price-input {
	background-color: #ff3333;
	color: white;
}

.regForm td {
	border-width: 0px;
}

.regForm input {
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	font-size: 14px;
}

.regForm select {
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	font-size: 14px;
}

.auction-main-title {
	font-size: 24px;
	font-weight: bold;
}

.auction-info {
	padding-top: 10px;
}

.auction-search td {
	white-space: nowrap;
}

.base-form td {
	padding: 5px;
}

.base-form input {
	font-size: 14px;
}

.base-form select {
	font-size: 14px;
}

.search1 {
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	font-size: 12px;
}

.search2 {
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	font-size: 12px;
}

#commentView {
	border: solid 1px #aaaaaa;
	background: #eeeeee;
	padding: 5px;
}
