#form-alert {
	overflow: hidden;
	z-index: 10000000;
	width: 100%;
	text-align: center; /*position: absolute;*/
	position:fixed;
	top: 0;
	left: 0;
	background-color: #fffef0; /*height: 0;*/
	font-family: 'caecilia_lt_std55_roman', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#696358;
	opacity: 1;
	display:none;
	padding:15px;
	border-bottom: 1px solid #999;
	box-shadow: 0 0 5px 0 #ccc;
	-moz-box-shadow: 0 0 5px 0 #ccc;
	-webkit-box-shadow: 0 0 5px 0 #ccc;
}
#form-alert img {
	vertical-align: middle;
}
#form-alert span {
	font-weight:bold;
}
.input-error {
	border-color: #F00 !important;
}
