div#formPro{
	display:none;
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width: 1px;
}
div#formPro li span { 
display:table-cell;
width:200px;
padding:3px;
}
div#formPro li { 
list-style-image:none;
list-style-type:none;
}
.alert {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #811480;
	padding: 3px 3px 3px 22px;
	display:none;
	background-image: url(../Library/alert2.gif);
	background-repeat: no-repeat;
}