/*span#nameerrmsg,span#emailerrmsg,span#invoiceerrmsg,span#amounterrmsg,span#messageerrmsg{*/
.errormsg{
	font-weight:bold;
	font-size:.8em;
	border: 1px solid #fd9;
	background:#fcd6d4;
	background:#ffd;
	color:#c00;
	padding:3px 10px;
	line-height:2em;
}

