/*  keyword search */ 
.KeywordSearchContainer {
float:left;
height:25px;
left:615px;
margin:0;
position:absolute;
top:5px;
width:282px;
}



.ksInfoLabel {
color:#FFFFFF;
float:left;
font-family:helvetica;
font-size:11px;
font-weight:bold;
padding:7px 5px 0;
position:relative;
}
.ksInfoLabel span
{	font-weight:bold;
	padding-left:0px;
	}

.ksCatDrpDwn 
{
	margin-top:2px;
	position:relative;
	float:left;	
	width: 145px;
	display:none;
}

.ksInput input {
color:Gray;
float:none;
margin-left:0;
margin-right:0;
margin-top:0;
position:relative;
width:190px;
}


.ksSubmit a 
{
	background:transparent url(../images/nav/cusearch-icon.gif) no-repeat scroll 0 2px;
	vertical-align: top;
	width:20px;
	height:20px;
	display:block;
	margin-left:10px;
	position:relative;
	float:left;
}

.ksSubmit span
{	display:none;}

.ksSubmitErr
{
	color:Red;
	width:240px;
	text-align:center;
	margin:5px;
}
.ksSubmit {
	float:right;
left:-34px;
position:relative;
top:-20px;
}

.ksInput 
{

}

