#headcontainer {
	background: #d0d6e6;
	width: 100%;
	color: #000000;
	margin: auto auto;
}

#head {
	background: #3b5998 url(../../../images/FaceBBook/bfbheadlogo.jpg) bottom no-repeat;
	width: 20%;
	position: relative;
	display: block;
	position: relative;
	height: 55px;
	border-left: 2px solid #b7b7b7;
	border-right: 2px solid #b7b7b7;
}

#head h2 {
	display:none;
}

#head img {
	border:0;
}

#head ul {
	position:absolute;
	right:3%;
	bottom:0;
	list-style:none;
	margin-bottom:0;
}

#head ul li {
	list-style:none;
	float:left;
	margin:0 5px 0 0;
}

#head ul li a {
	position:relative;
	left:5px;
	float:left;
	display:block;
	padding:.8em 5px .7em 0;
	width:100%;
	width:5em;
	text-align:center;
	text-decoration:none;
}

input {
	background: #67a54b;
	color: #fff;
            border: 2px solid #3b6e22;
            font: 8pt tahoma, arial, helvetica, sans-serif;
}

#button {
	background: #67a54b;
	color: #fff;
            border: 2px solid #3b6e22;
            font: 8pt tahoma, arial, helvetica, sans-serif;
}




