div.attn, div.camp {
	border: solid 1px #e6e6e6;
	margin: 15px;
}
div.attn {
	padding: 10px;
	font-size: 14px;
	font-family: Arial;
}
div.attn blockquote {
	margin: 10px 0 0 25px;
}
div.camp h2 {
	margin: 10px;
	font-size: 16px;
	color: #15428B;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	cursor: pointer;
}
div.campinfo {
	display: none;
	overflow: hidden;
	padding: 10px;
}
div.campinfo.campopen {
	display: block;
}
div.sitethumb {
	float: left;
	padding-left: 5px;
}
div.sitethumb img {
	width: 150px;
}
div.campcontent {
	margin-left: 175px;
}
div.campcontent div {
	margin-bottom: 15px;
}
p.prices a {
	text-decoration: none;
	color: #666;
	cursor: auto;
}
p.prices a[qtip] {
	cursor: help;
	text-decoration: underline;
}
div.campdescription {
	color: #666;
	width: 500px;
}
div.camp textarea {
	width: 400px;
	height: 150px;
}
div.camp td, div.camp th {
	border: none;
	padding: 2px 7px 4px;
}
div.camp th {
	font-weight: bold;
}
div.camp td {
	border-top: solid 1px #e6e6e6;
}
