@font-face
{
	font-family: QuickSand; 
	src: url( 'https://courierqueen.bucklehosting.com/files/Quicksand_Light.otf' ) ;
}

@font-face
{
	font-family: QuickSandBold ;
	src: url( 'https://courierqueen.bucklehosting.com/files/Quicksand_Bold.otf' ) ;
}

.tracking 
{
	background-image: url("/images/tracking-tag.png");
	width: 707px;
	height: 185px;
	padding-top: 50px;
	color: #333333;
	font-size: 18px;
	font-family: QuickSand ;
	text-align: left ;  
}

#trackingBox button 
{
	margin-left: 10px;
}

.tracking p 
{
	margin-top: 10px;
}

.tracking ul 
{
	font-size: 16px;
	display: block;
	margin-top: 5px;
	height: 95px;
	width: 640px;
	overflow: auto;
	padding: 5px;
}

.tracking ul li 
{
	margin-left: 20px;
}

.noresults 
{
	border: 2px solid #333;
	padding: 10px 5px 10px 5px;
	font-size: 20px;
	text-align: center;
	color: red;
	background: #ddd;
}

.noresults .search 
{
	font-family: monospace;
	font-weight: bold;
}

#headerIcon
{
	height: 120px ; 
	float: left ;
	padding-top: 10px ;  
}

#headerName
{
	font-family: QuickSand ; 
	font-size: 45px ; 
	vertical-align: text-bottom ;
	padding-top: 100px ;
	color: #543e36 ; 
}

#container
{
	margin-top: 20px ; 
	border-radius: 10px ; 
	width: 600px ; 
	height: 80px ; 
	background: #998675; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd63f', endColorstr='#ff9f00'); /* for IE */
	background: -webkit-gradient(linear, left bottom, right bottom, from(#ffd63f), to(#ff9f00)); /* for webkit browsers */ 
	background: -moz-linear-gradient(top,  #ffd63f,  #ff9f00); /* for firefox 3.6+ */
	padding-left: 30px ;
	padding-right: 30px ; 	
	padding-top: 10px ; 
	padding-bottom: 10px ; 
	box-shadow: 5px 5px 7px #999999;
}

#leftContainer
{
	float: left ; 
	font-family: QuickSand ;
	font-size: 20px ;  
	vertical-align: middle ; 
	width: 350px ; 
	padding-top: 20px ; 
}

#rightContainer
{
	float: right ; 
	padding-top: 15px ; 
	vertical-align: middle ; 
	font-size: 0 ; 
}

input
{
	vertical-align: middle ; 
	width: 200px ;
	border: 0 ; 
	height: 40px ;
	font-size: 25px ; 
	font-family: Helvetica, Courier ;   
	margin: 0px ;
	padding: 5px ; 	 
	border-top-left-radius: 7px ; 
	border-bottom-left-radius: 7px ; 
}

#submitSearch
{
	margin: 0px ; 
	vertical-align: middle ; 
	background-color: white ; 
	height: 40px ;
	padding-top: 5px ; 
	padding-bottom: 5px ; 
	padding-right: 5px ; 
	border-top-right-radius: 7px ; 
	border-bottom-right-radius: 7px ; 
}