﻿#site_search_bar
{
	/*height: 100%;
	min-height: 100%;
	max-height: 100%; */
	
	width: 585px;
	padding: 0px;
	margin: 0 auto;
	position: absolute;
	top: 155px;
	right: 20px;
	text-align: center;
	display: none;
	float: right;

}

#site_search_bar_top
{
	background-image: url('../Images/NewLec/site_search_bar_background_image_top.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 585px;
	height: 5px;
	float: right;
	padding: 0px;
	margin: 0 auto;
}

#site_search_bar_middle
{
	background-image: url('../Images/NewLec/site_search_bar_background_image.png');
	background-repeat: repeat-y;
	background-position: center top;

	width: 585px;
	float: right;
	
	color: #FFFFFF;
	padding: 0px;
	margin: 0 auto;

}

#site_search_bar_bottom
{
	background-image: url('../Images/NewLec/site_search_bar_background_image_bottom.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 585px;
	height: 5px;
	float: right;
	padding: 0px;
	margin: 0 auto;
}

