﻿	/*SEARCH BOX*/
		
		
		.keepWidth
		{
			width: 500px;
			padding-top: 8px;
		}
	
			#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 select
				{
					
				
					text-transform:none;
					
				}
						
					#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;
					}

			#locatorTitle
			{
				display: block;
				padding: 5px;
			}

			#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 select
				{
					
				
					text-transform:none;
					
				}
				#twosearch  a
					{
						text-decoration:underline;cursor:pointer;
						color:White;
					}
					#twosearch  a:hover
					{
						text-decoration:none;
						color:White;
					}
					
			.keepWidth .ctrl
			{
				border: 1px solid #000;
				height: 20px;
				display: block;
				background: white;
				width: 140px;
				padding: 0px;
				margin: 0px;
				text-transform: none;
			}
			
			.keepWidth .ilCtrl
			{
				border: 1px solid #000;
				height: 20px;
				background: white;
				text-transform: none;
			}
					
			#toggleLnk
			{
				display:block;
				line-height:12px;
				text-align:center;
				padding: 0px;
				position: absolute;
				left: 0px;
				width: 120px;
				padding-left: 18px;
				bottom: 30px;
			}
		/*END OF SEARCH BOX*/
