@import "reset.css";
@import "grid.css";
@import "layout.css";
@import "forms.css";

body {
	color: #333;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 62.5%;
	line-height: 1.4em;
	text-align: center;
}

.mute { color: #999; }

.hide { display: none; }

.notice {
	color: #999;
	font-style: italic;
}

.invisible { visibility: hidden; }

.clear { clear: both; }

.nowrap { white-space: nowrap; }

/*  -- FLASH MESSAGING --  */

#flash-message {
    background: #ff9;
    clear: both;
	color: #000;
}

#flash-message.error { 
	background: #c00;
	color: #fff;
}

#flash-message div {
	font-size: 1.1em;
	margin: 0 auto;
	padding: 5px 7px;
	text-align: left;
	width: 785px;
}