#content {
	width: 80%;
	margin: 4em auto 0 auto;
	padding: 0 0.5em;
}

#gb_form_div {
		width: 32em;
		margin: 0 auto;
		text-align: center;
	}

legend {
		display: none;
	}

input, textarea {
		font: 1em 'lucida grande', verdana, arial, sans-serif; 
		color: #000;
		padding: 4px;
		border: 1px solid #6da6d1;
		background-color: #f9f9f9;
		line-height: 1.5em;
		width: 300px;
	}

input:hover, input:focus, textarea:hover, textarea:focus {
		color: #444;
		border: 1px solid #000;
		background-color : #fff;
	}

textarea {
		width : 400px;
		height: 15em;
	}

#button input {
		border: 3px gray solid;
		height: 2em;
		width: 8em;
	}

#button input:hover {
		cursor: pointer;
		border: 3px black solid;
		height: 2em;
		width: 8em;
}