/* Start: Keyword Search outer container */
#searchContainer {
	margin: 0;
	padding: 0;
	width: 570px;
	background-color: transparent;
}

html>body #searchContainer {
	width: 570px;
}

/* End: Keyword Search outer container */
#searchInsideContainer {
	margin: 0;
	padding: 10px 15px 10px 0;
	width: 538px;
}

html>body #searchInsideContainer {
	padding: 10px 15px 10px 0;
}

.searchTxtBold {
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.linksContainer {
	width: 570px;
	float: left;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.linksContainer a:link, .linksContainer a:visited {
	font-size: 0.75em;
	line-height: 1.5;
	background-image: url("../../../images_css/links_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 10px;
}

.linksContainer a:hover, .linksContainer a:active {
	font-size: 0.75em;
	line-height: 1.5;
	background-image: url("../../../images_css/_links_container_arrow.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-right: 10px;
}

/* Start: reset margin for netscape */
html>body .linksContainer {
	margin: 0 0 20px 0;
}

/* End: reset margin for netscape */
.linksPanel {
	margin: 6px 8px 11px 0;
}

.keySearchBox {
	width: 150px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	color: #000000;
	background-color: #FFFFFF;
}

.selectBox {
	width: 150px;
	vertical-align: middle;
}

.toolsIntroText {
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
}

.mBot5 a:link, .mBot5 a:visited, .mBot5 a:hover, .mBot5 a:active {
	background: #fff url("../../../images_css/anchor_links_container_arrow.gif") top right no-repeat;
	display: inline;
	font-size: .75em;
	padding-right: 10px;
}
.mBot5 a:hover, .mBot5 a:active {
	background: #fff url("../../../images_css/_anchor_links_container_arrow.gif") top right no-repeat;
}

form #searchContainer #searchInsideContainer .selectBox {
 VERTICAL-ALIGN: middle;
     WIDTH: 170px;
}
