.newSearchdiv {
	width: 770px;
	height:31px;
	position:relative;
}
.newSearchdiv .left{
	width: 5px;
	height:30px;
	background: url('../../images/left.gif');
	border-bottom:1px #C0C0C0 solid;
	float:right;
}

.newSearchdiv .right{
	width: 5px;
	height:30px;
	background: url('../../images/right.gif');
	border-bottom:1px #C0C0C0 solid;
	float:right;
}

.newSearchdiv .space {
	width: 760px;
	height:30px;
	background: url('../../images/back-search.gif');
	border-top:1px #C0C0C0 solid;
	border-bottom:1px #C0C0C0 solid;	
	float:right;
}

.newSearchdiv .content {
	height:auto;
	margin-top:4px;
	overflow:hidden;
}

.newSearchdiv .content .texts{
	font-family:Tahoma;
	font-size:8.5pt;
	color:navy;
	overflow:hidden;
	font-weight:700;
	float:right;
}

.newSearchdiv .content .texts .keywords{
	font-family:Tahoma;
	font-size:8pt;
	color:#000000;
	font-weight:normal;
	padding-top:4px;
	padding-bottom:3px;
	width:auto;
}

.newSearchdiv .content .texts .keywords A{
	font-family:Tahoma;
	font-size:8pt;
	color:#000000;
	font-weight:normal;
	padding-top:4px;
	padding-bottom:3px;

}

.newSearchdiv .content .texts .keywords A:hover{
	font-family:Tahoma;
	font-size:8pt;
	color:#808080;
	font-weight:normal;
	padding-top:4px;
	padding-bottom:3px;
}

.newSearchdiv .content .texts INPUT{
	height:19px;
	border:1px #666666 solid;
	margin-right:5px;
	margin-left:5px;
	font-family:Tahoma;
	font-size:8pt;
	color:#000000;
	width:350px;
	}
	
.newSearchdiv .content .texts .button {
	position:relative;
	margin-right:5px;
	margin-left:5px;
	width:130px;
}	

.newSearchdiv .content .texts .button .right{
	width: 2px;
	height:21px;
	background: url('../../images/sbotright.gif');
	float:right;
}

.newSearchdiv .content .texts .button .bg{
	width: 126px;
	height:21px;
	background: url('../../images/sbotbg.gif');
	float:right;
}

.newSearchdiv .content .texts .button .bg .text{
	padding:3px;
	width:126px;
	font-family:Tahoma;
	font-size:8.5pt;
	color:#ffffff;
	text-align:center;
}
.newSearchdiv .content .texts .button .left{
	width: 2px;
	height:21px;
	background: url('../../images/sbotleft.gif');
	float:right;
}


form{
	height:auto;
	margin:auto;
	padding:0px;
	margin:0px;
}

.topbar {
	height:21px;
	width: 530px;
	text-align:center;
	position:relative;
	z-index:55;
	margin-bottom:-1px;
}

.topbar .selected {
	width: 55px;
	height:21px;
	background: url('../../images/selected.gif');
	float:right;
	z-index:100;
}

.topbar .selected .text{
	font-family:Tahoma;
	font-size:8.5pt;
	color:navy;
	margin-top:2px;
	z-index:100;
}


.topbar .notsel {
	height:15px;
	width:55px;
	float:right;
}

.topbar .notsel .text{
	font-family:Tahoma;
	font-size:8.5pt;
	color:navy;
	margin-top:2px;
	text-align:center;
	border-left:1px solid #C0C0C0;
}

.topbar .notsel .textl{
	font-family:Tahoma;
	font-size:8.5pt;
	color:navy;
	margin-top:2px;
	text-align:center;
}


