/* Style sheets for the Temple Suggestion box ~ by Casey Damrose and Adam Meisel ~ 4/17/05 *//* General Rules */	body {	font:76% normal Helvetica, Arial, sans-serif;	margin:0;	padding:0;	}/* Header Things */#header {	width:100%;	height: 75px;	background: #700;	border-bottom: 1px solid #f00;	text-align:center;	}h1 {	line-height:75px;	vertical-align:middle;	color:#fff;	margin-top:0;	padding-top:5px;	font-size:7em;	}	h1 a {	color:#fff;	text-decoration:none;	}	h1 a:hover {	text-decoration:underline;	}h2 {	font-size:1.5em;	color:#333;	}/* Main Area Things */#main {	float:left;	width:75%;	height: 300px;	margin:0;	padding:10px 2%;	overflow:auto;	border-right: 3px #700 solid;	}.fback { 		/*feedback*/	font:.8em;	color:#600;	padding:3px;	background:#fdd;	border: 1px dotted #f99;	}#main li {	padding-bottom: 1em;	}/* Categories Things */#most_suggested {	float:right;	width:20%;	height: 300px;	overflow:auto;	color: #45f;	font:1.1em/1.6 "Lucida Grande", "Lucida Console", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;	font-weight: bold;	}/* Form Things */#input {	width:100%;	clear:both;	border-top: 2px solid #700;	}	#input form {	margin: 20px;	}#input dt, #input dd {	margin: 0;	padding: 0;	}#input fieldset {	border: 1px dotted #f99;	}#input fieldset:hover {	border: 1px dotted #f33;	background: #fdd;	}#input legend {	color: #c33;	font-weight: bold;	}/* End-o-File */