/* messages
============================================*/
.message a {
	padding-bottom: 1px;
	border-bottom: 1px #000 dotted;
	}
.message a:hover {
	border-bottom-style: solid;
	}
ul.message {
	margin: 0 0 .5em;
	padding: .5em;
	}
ul.message li {
	margin: 0 0 0 1em;
	padding: 2px;
	}
html .message li h3 {
	margin: 0;
	padding: 0;
	}

.errant label {
	color: #f00;
	}
.errant input, .errant textarea {
	background-color: #ffc;
	}


.warning {
	border: 1px #f00 solid;
	color: #000;
	background: #fee;
	}
.warning h3 {
	color: #f00;
	}
.warning a,
.warning a:visited,
.warning a:hover,
.warning a:active {
	color: #f00;
	border-bottom-color: #f00;
	}	

.confirmation {
	border: 1px #0c0 solid;
	color: #090;
	background: #fff url(http://info.vassar.edu/css/calm/images/message_confirmation.gif) no-repeat 11px 11px;
	}
.confirmation a,
.confirmation a:visited,
.confirmation a:hover,
.confirmation a:active {
	color: #090;
	border-bottom-color: #090;
	}

