/* messages css */

.alertgood {
	clear: both;
	text-align: left;
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	padding: 5px 5px 5px 30px;
	font-size: 11px;
	margin: 0 20px 15px 5px;
	color: #060;
	background: url("checkicon.gif") #e2f9e3 left no-repeat;
}

.alertbad {
	clear: both;
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #c99;
	border-bottom: 1px solid #c99;
	padding: 5px 5px 5px 27px;
	font-size: 11px;
	margin: 0 20px 15px 5px;
	background: url("badicon.gif") #c00 left no-repeat;
	color: #fff;
}

/*
.button {
	font-size: 100%;
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url("fieldbg.gif") repeat-x top;
	color: #333;
	padding: 2px 0 2px 2px;
}
*/
fieldset legend {
	font-weight: bold;
	color: #fff;
	background: #737b70;
	border: 1px solid #ccc;
	margin: 0;
	text-transform: uppercase;
	padding: 4px;
}
