/*Make the excerpt meta box text field fill the available width like the custom meta boxes.*/
#postexcerpt.postbox #excerpt {
	width: 100%;
}
