/*================================*/
/*            Links              */
/*================================*/

/*================================*/
/*            Blocks              */
/*================================*/

/* Search */
#search {
	position:relative;
	z-index:-1;
}

	#inner fieldset {
		margin:1.4em 0 -.9em;
		padding:.9em;
		position:relative;
	}

		#inner legend {
			font-size:1.2em;
			color:#8C3A21;
			font-weight:bold;
			padding-top:1.72em;
			margin-bottom:-.27em;
		}
					
		#inner form p {
			padding:.4em 0;
			clear:both;
		}
		
			#inner label, #inner .label {
				font-size:1.1em;
				color:#8C3A21;
				float:left;
				width:10.3em;
				text-align:right;
				line-height:1.6em;
				margin-right:.27em;
			}
			
			#inner .tip {
				margin-left:11.3em;
			}
			
			#inner label.lite {
				width:auto;
				margin-left:.36em;
			}
			
			#inner input {
				height:1.18em;
				width:28em;
				float:left;
				font:normal 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
			}
			
			#inner form ul, #inner form li {
				clear:both;
			}
			
			#inner li input {
				width:auto;
				margin-left:11em;
			}
			
			#inner .submit {
				text-align:center;
			}
				
				#inner .submit input {
					width:auto;
					height:auto;
					float:none;
				}
