form {
	margin-top: 4em;
}

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	border : 1px solid #666;
	background-color: #888;
	padding: 1em 2em;
}

/* legend styling */
legend {
	font-weight: bold;
	padding: 0 0.5em; /* just some cosmetic padding */
}


/* style form elements on focus */
input:focus, textarea:focus {
	background: #545454;
}

#email, #author, #url {
	width: 200px;
}

textArea {
	width: 400px;
	height: 200px;
}