.notes {
	 width : 95%;
}

.updated, .message {
	background-color: #ffffe0;
	border-color: #e6db55;
}

.error {
	background-color: #ffebe8;
	border-color: #c00;
}

.updated, .error {
	border-width: 1px;
	border-style: solid;
	padding: 0 0.6em;
	margin: 5px 15px 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.updated p,
.error p {
	margin: 0.5em 0;
	line-height: 1;
	padding: 2px;
}

.wrap .updated,
.wrap .error {
	margin: 5px 0;
}

#Captcha-Image,
img.inline-icon {
	vertical-align: middle;
}

.required {
	color:#FF0000;
}