form fieldset {
	margin: 20px 0;
	border: solid 2px #aA4344;
	padding: 20px
}

form fieldset legend {
	margin: 0px 10px;
	font-size: 14px;
	background-color: #aA4344;
	padding: 1px 7px;
}

form fieldset table th {
	text-align:  left;
	font-weight: normal;
	width: 120px;
	padding: 2px 0px;
	margin: 0 30px;
}

form fieldset table td {
	padding: 2px;
}


ul.notice, ul.error {
	padding: 5px;
	width: 360px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul.notice {
	border: 1px #92CB5E dotted;
}

ul.error {
	border: 1px red dotted;
}

ul.notice li, ul.error li {
	margin: 5px;
	vertical-align: top;
	background-repeat: no-repeat;
	padding: 0 0 0 60px;
	min-height: 55px; 
}

ul.notice li {
	background-image: url(/sf/sf_default/images/icons/ok48.png);
}	
ul.error li {
	background-image: url(/sf/sf_default/images/icons/error48.png);
}

ul.linklist {
	list-style: none
}
ul.linklist li {
	margin: 20px 0px;
	text-align: center;
}

a img {
	border: 0;
}