
.phplist {  

}

.phplist input, .phplist textarea, .phplist select{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
}


.phplist .required{
	font-weight:bold; 
} 
.phplist .message {
	font-weight: bold;
	color: #FF0099;
}
.phplist .requiredOutline {
	border: 1px solid #FF0099;
}
