#FABContainer {
  float: left;
  position: relative;
  text-align: center;
  font-size: 12px;
	margin: 0px 3px 0px 0px;
}

#FABHeader {
 	color: black; font-weight: bold;padding-top: 5px;
}

#FABContainer form {
  margin: 0px;
  font-size: 11px;
	
	background: url(/images/fab_bg_1.jpg) ;
	background-repeat: no-repeat;
	width: 134px;
	height: 169px;
	margin-bottom: 10px;
}

#FABContainer select, #FABContainer input {
  width: 118px;
  font-size: 11px;
  margin-top: 3px;
}
