	input[type="text"] {padding-left: 0.3em; padding-right: 0.3em}
	option {padding-bottom: 0.2em}
	
	#searchBar {
		margin-top: 0.1em; margin-bottom: 0.2em;
		width: 100%;
		font-size: 20pt; font-weight: bold; color: white
		}
	#searchBar a[title="chrismiddleton.com"] {
		font-size: 20pt; font-weight: bold; color: white
		}
	#searchBar input[type="text"] {margin-left: 0.8em; position: relative; top: -0.1em}
	#searchBar input[type="button"] {margin-right: 3em; position: relative; top: -0.1em}
	#removeSearchBar {font-size: 12pt; float: right; position: relative; top: 0.2em}
	#removeSearchBar {margin-right: 0.5em}

	#searchResultFrame {margin: 0px; border: 0px;}
	
	#dropdown {
		font-size: 13pt; font-weight: normal; text-align: left;
		background-color: white; border: 1px solid black;
		height: 15em; width: 30em;
		position: absolute; display: block;
		overflow-x: hidden; overflow-y: scroll;
		cursor: pointer;
		}
	#dropdown div {padding: 1px; padding-left: 5px;}

	#autocomp {width: 38.7em}
	
	#messageBox 	{
		display: none; text-align: left;
		width: 20em;
		margin-top: 2em; margin-left: auto ;margin-right: auto;
		padding: 1em;
		background-color: #e1e1e1
		}
	
	#searchResultFrame {display: none; width: 100%;
						background-color: white;}
	
	.autoTextHighlight {
		font-weight: bold;
		color: black;
		}
	.autoThe {
		color: #CBCBCB;
		}
		
	.journalNames {
		display: inline-block;
		font-size: 11pt;
		margin-left: 1.5em;
		color: #9B9B9B;
		}
	.journalOpt {
		display: block;
		color: #434343;
		border-top: solid 1pt transparent;
		border-bottom: solid 1pt #F3F3F3;
		}
	.journalOpt:hover {
		background-color: #F8F8F8;
		border-top: solid 1pt #C6C6C6;
		border-bottom: solid 1pt #C6C6C6;
		} /*light blue f2f2ff*/