@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:8px 5px;
	float:left;
}

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

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

#FootBanner .FootForm .radio{
	width:auto;
	margin-left:10px;
	height:20px;
	float:left;
	margin-top:2px;
}

#FootBanner .FootForm label{
	margin:0 10px 0 0;
	font-size:11px;
}
#FootBanner .FootForm span{
	width:auto;
	margin-left:10px;
	height:20px;
	float:left;
	margin-top:2px;
}
#FootBanner .FootForm span select{
	font-size:11px;
	text-transform:lowercase;
	margin-top:2px;
}

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

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

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







