form #empty_alert {
	border:1px none #c00;
	line-height:1.6;
	text-align: center;
	background-color: #FFFFFF;
	color: #FF0033;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 300px;
}
form .alertmsg { color:#c00; font-size:10px; line-height:15px; padding-left:10px; }
