
ul.password_requirements {
		padding: 20px 0px 20px 30px;
		list-style-type: disc;
}

li.password_error {
		color: #AC0000;
		list-style-type: none;
		background: url(../../images/common/icons/exclamation.png) no-repeat left;
		padding: 0px 0px 0px 21px;
		margin: 0px 0px 0px -21px;
		font-weight: 600;
}

.password_error_message {
		color: #AC0000
}
