p.error
{
	padding-left: 20px;
	background-image: url("images/exclamation.gif");
	background-repeat: no-repeat;
}

p.warning
{
	padding-left: 20px;
	background-image: url("images/warning.gif");
	background-repeat: no-repeat;	
}

p.notice
{
	padding-left: 20px;
	background-image: url("images/drop-yes.gif");
	background-repeat: no-repeat;
}

input
{
	font-size: 13px;
}