@import url("y_reset.css"); /* Normalizes the default rendering of all HTML elements. - Yahoo! Reset CSS - http://developer.yahoo.com/yui/reset/ */
@import url("y_fonts.css"); /* Sets standard em across browsers. - Yahoo! Fonts CSS - http://developer.yahoo.com/yui/fonts/ */

button#previous_button {
	display: none;
}

.errorMessage {
	/*display: inline; -- maybe need for IE?*/
	padding-left: 25px;
	background: url('../images/error.gif') no-repeat left top;
}

.input_error {
	background-color: yellow;
}
