div.left {
	width: 25%;
	float: left;
}
div.sighting-body {
	float: right;
	width: 73%;
	border-left: 1px solid #ccc;
	padding-left: 7px;
}


div#requests {
	border-bottom: 1px solid #ccc;
}
div.sighting {
	clear: both;
	display: block;
	padding: 7px 7px;
	border-top: 1px solid #ccc;
}


div.alt{
	background-color:#f5f5f5;
}


div.clear-sighting {
	clear: both;
	width: 100%;
}





div#godSightingForm {
	width:355px;
}
div#godSightingForm label {
	font-weight: bold;
}
div#sighting input, div#sighting textarea {
	border: 1px solid #ccc;
	padding: 2px 2px;
	margin-top: 2px;
	width: 180px;
	margin-left: 20px;
}
div#sighting input.radio {
	width: auto;
}
div#sighting textarea {
	height: 100px;
}
div#sighting input:focus, div#sighting textarea:focus {
	border-color: #aaa;
}
div#sighting textarea {
	width: 220px;
	margin: 7px 0 7px 20px;
}
div#sighting input.submit {
	border: 1px solid #ccc;
	padding: 2px 2px;	
	float: right;
	width: 60px;
	background: none;
	margin-right: 40px;
}
div#sighting input.submit:hover {
	border-color: #aaa;
}