﻿/** top header **/
input.search 
{
	height: 14px;
	margin-top: 2px;
}
 
html>body input.search 
{
	*margin-top: 1px;
}

/** vertical align middle **/
.searchMenu, .loginInfo
{
	display: inline;
	float: left;
	color: white;
	margin-top: 28px;
	margin-right: 3px
}

.searchMenuSection 
{
	padding-right: 7px;
	display: inline;
	float: left;
}

/** e.g. Welcome Samantha! **/
.loginInfo
{
	background: transparent;
	width: 190px;
	color: #FFFFFF;
}

.topMostMenu
{
	/**background: transparent url(top_menu.gif) no-repeat top center;**/
	background: transparent;
	color: white;
	margin: 10px;
	float: right;
}

.topMostMenu a
{
	color: white;
	text-decoration: none;
}

.topMostMenu table
{
	width: 380px;
	text-align: center;
}