﻿	/*SEARCH BOX*/
		
		
		.keepWidth
		{
			width: 500px;
		}
	
	
		/* This is a CSS hack for Opera to move the search box interior contents down. Please remove the <br /> and replace with CSS and then remove this hack.*/
	
		html:first-child .keepWidth
		{
			padding-top: 12px;
		}
		
			#onesearch
			{
				
				color:white;
				font-size:10px;
				font-weight:bold;
				width:150px;
				float:left;
				padding:7px 0px 0px 0px;
				font-family:Arial;
				
				text-align:left;
				text-transform:uppercase;
				line-height:21px;
			}
					
					#onesearch  a
					{
						text-decoration:underline;cursor:pointer;
						color:White;
					}
					#onesearch  a:hover
					{
						text-decoration:none;
						color:White;
					}
					#onesearch .reset
					{
						margin:10px 15px 5px 0px;
					}
					#onesearch .submit
					{
						margin:10px 0px 5px 15px;
					}
		
			#twosearch
			{
				
				color:white;
				font-size:10px;
				font-weight:bold;
				width:150px;
				float:left;
				padding:27px 0px 0px 0px;
				font-family:Arial;
				
				text-align:left;
				text-transform:uppercase;
				line-height:21px;
			}
				#twosearch  a
					{
						text-decoration:underline;cursor:pointer;
						color:White;
					}
					#twosearch  a:hover
					{
						text-decoration:none;
						color:White;
					}
			#toggleLnk
			{
				display:block;
				line-height:12px;
				text-align:center;
				margin:20px 10px 0px 0px;
			}
		/*END OF SEARCH BOX*/
