body
{	
	width:170px;
}

#outer
{
	flaot:left;
	width: 170px;
	height: auto;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	margin-left: -7px;
}

#top
{
	width:170px;
	margin-bottom:-12px;
}

#bottom
{
	width:170px;
	height: 10px;
	display: block;
}

#quicksearch
{
	margin: 0 auto 0 auto;
	position:relative; z-index:3; visibility:visible;
	width: 96.4%;
	height: auto;
	font-size: 12px;
}

select
{  
	width: 55px;
	height:20px;
	font-size: 9px;
}
.select1
{
	background-color:#F5F5F5;
	border:0 none;
	color:#000000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	height:18px;
	line-height:12px;
	width:160px;
}
	
.input-label
{
	color:#02265B;
	display:block;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:17px;
	padding:5px;
}	
	
.Normal
{
	background-color:#F5F5F5;
	border:0 none;
	color:#000000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	height:18px;
	line-height:12px;
}	

#quicksearch-title
{
	width: 96.4%;
	margin: 0 auto 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding:5px 0 5px 0;
	color: #55C1FF;
	font-size: 18px;
	font-weight: bold;
}

#quicksearch-button-container
{
	width: 95%;
	text-align:center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#quicksearch-button-container table
{
	width: 99%;
	text-align:center;
}

.button
{
	font-size: 10px;
	
}
.quicksearch-button img
{
	float:left;
}

#theforms
{
	width: 90%;
	background-color: white;
	margin: -5px auto 0 auto;
	
}
#search_button 
{
	margin-top: 13px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	width:74px;
}
#search_button a
{
	text-decoration:none;
	color: white;
	padding: 5px;
	background: url('images/bg_bt2.gif');
	display: block;
	text-align:center;
	width:74px;
}

#formSelCC
{
	width: 95%;
	margin: 0 auto 0 auto;
}

#Origin,#Destination
{
	width: 90%;
}

#DestinationDesc,#OriginDesc
{
	font-size: 10px;
}

#ProductCode
{
	width:140px;
}
	
#ajax_listOfOptions 
{
	background-color:#FFFFFF;
	border:1px solid #317082;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:10px;
	height:180px;
	overflow:auto;
	position:absolute;
	text-align:left;
	width:auto;
	z-index:100;
}

#ajax_listOfOptions div 
{
	cursor:pointer;
	font-size:9px;
	margin:1px;
	padding:1px;
}


#ajax_listOfOptions_iframe 
{
	position:absolute;
	z-index:5;
}

