#gfb {
	position: fixed;
	top: 300px;
	width: 30px;
	height: 180px;
	background: url('../images/gfb1.png');
	cursor: pointer;
}

#gfb:hover {
	background: url('../images/gfb2.png');
}

#gfb_div {
	position: fixed;
	padding: 10px;
	top: 300px;
	width: 500px;
	height: 260px;
	background: #ccc;
	display: none;
}

#gfb_name {
	width: 250px;
}

#gfb_mail {
	width: 250px;
}

#gfb_quest {
	width: 500px;
	height: 120px;
	resize: none;
}

.gfb_red {
	color: #f00;
}