@charset "utf-8";
/* CSS Document */

/* Footbanner */

#FootBanner{
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	height:30px;
	background: url(images/footbanner-bg.png) repeat-x center left;
	color:#000;
	visibility: visible;
	z-index: 100;
}


#FootBanner .logo{
	margin:7px 5px;
	float:left;
}

#FootBanner .title{
	font-weight:bold;
	font-size:11px;
	line-height:30px;
	display:inline;
	margin:2px 5px;
	float:left;
}

#FootBanner .FootForm{
	margin:0px 10px;
	float:left;
	height:20px;
	margin-top:5px;
	display:inline;
	width:auto;
}

#FootBanner .FootForm input[type="radio"]{
	width:auto;
	margin-left:10px;
	height:20px;
	float:left;
	line-height:30px;
	margin-top:2px;
}

#FootBanner .FootForm label{
	font-size:11px;
	line-height:25px;
	display:inline;
	float:left;
	margin-left:5px;
	margin-right:10px;
}

#FootBanner .FootForm select{
	font-size:11px;
	text-transform:lowercase;
	height:19px;
	margin:3px 5px;
	float:left;
}

#FootBanner .FootForm input[type="submit"]{
	background:url(images/searchATM-btn.png) no-repeat;
	width:57px;
	height:20px;
	margin:2px 5px;
	border:0;
	cursor:pointer;
}

#FootBanner .FootForm select option{
}

#FootBanner .FootForm select option:first-letter{
	text-transform:uppercase;
}

#FootBanner .line{
	background:url(images/line-footbanner.png) no-repeat;
	width:7px;
	height:27px;
	margin-top:3px;
	float:left;
}

#FootBanner .rightinfo{
	font-size:11px;
	color:#494949;
	line-height:27px;
	height:27px;
	margin:5px;
	float:left;
	margin-right:10px;
	font-weight:bold;
}

#FootBanner .rightinfo span{
	color:#ff0066;
	float:left;
	line-height:27px;
	margin-right:5px;
	font-size:11px;
}

#FootBanner .rightinfo i{
	font-weight:normal;
	color:#7d7d7d;
}


#FootBanner .links{
	height:25px;
	float:left;
	margin:10px 5px;
	display:inline;	
}

