#bottomBar
{
	width: 100%;
	background-image: url(../images/bottom-bar/background.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: fixed;
	bottom: 0px;
	display: none;
}

#bottomBar .content
{
	width: 1000px;
	height: 101px;
	background-image: url(../images/bottom-bar/overlay.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: auto;
	margin-right:auto;
}


#bottomBar .content form
{
	float: left;
	padding-left: 575px;
	margin-top: 55px;
}

#bottomBar .content form .inputText
{
	width: 250px;
	height: 20px;
	border: 1px solid #525151;
	background-image: url(../images/bottom-bar/search-box-background.jpg);
	background-repeat: no-repeat;
	color: #6b6a6a;
	font-weight: bold;
	padding: 4px;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
}

#bottomBar content form .submit
{
	margin-right: 10px;
	margin-left: 0px;
	float: left;
}


#bottomBar .close
{
	float: right;
	margin-top: 32px;
	margin-right: 10px;
}