#searchForm table{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:90%;
}

#searchForm table tr {
line-height:25px;
}

#searchForm li {
	list-style-type: none;
}

Select {
	font-size:100%;
	color:#000; 
	border:1px solid #cccccc;	
}

Input {
	font-size:100%;	
	color:#000; 
	border:1px solid #cccccc;
}
/*right hand column style for search/search.jsp page only*/
div#contentRhs {
	padding-top:30px;
	float: right;
	width: 200px;
}

div#rhs_boxed {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #006600;
	
	}



#contentRhs img {
	padding-bottom: 15px;
}


#rhs_boxed h2 {
	font-size: 0.9em;
	color:#FFFFFF;
	margin-top: 0.5em;
	margin-bottom: 0;
	text-transform: uppercase;
	background: #006600;
	/*background:#d0cdc3;*/
	padding:2px;
	}



#contentRhs h2 {
	font-size: small;
	margin-top: 0px;
}
#contentRhs ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#rhs_boxed li {
	font-size:0.9em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	list-style-type: square;
	text-decoration: none;
	list-style-position: inside;	
	}

.error_msg {
	color: #FF0000;
}