.preoutline
{
	font-style: italic;
	font-weight: bold;
	color: #2e8b57;
}
.lstelnm
{
	color: #2e8b57;
	background-color: #ddeee1;		
}
.lstelval
{
	color: #0054A6;
	background-color: #ddeee1;		
}
.mustfill
{
	color:red;
}
.info 
{
	border-top: 1px solid #2e8b57;
	border-bottom: 1px solid #2e8b57;
	border-left: 2px solid #ffc1c1;
	color: #0054A6;
	background-color: #ddeee1;
	font-size: 14px;
	line-height: 22px;
	font-family: sans-serif;
	background: #ddeee1;
}
.info label 
{
	color: #2e8b57;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	font-family: sans-serif;
	background-color: transparent;
}
#put_left 
{/* requires width to be set maybe in another id. works on block level elements*/
	float: left;
	display: inline;
	padding-left: 10px;
}
.put_mid 
{
	display: inline;
	margin-left: auto;
	margin-right: auto;
}
#put_right 
{
	float: right;
	display: inline;
	padding-right: 10px;
}
.clear
{
	clear:both; 
}




