﻿div#message-alert
{
	border: dotted 1px #B41572;
	position:absolute;
	background-color:#EEEEEE;
	padding: 15px;
	z-index:1;
	width:350px;
	color:#000000 !important;
	font-weight:bold;
}
div#content.with-images div#message-alert {width: 560px;}

div.validation-summary 
{
	border: dotted 1px #FF0000;
	background-color: #FFCCCC;
	padding:10px 10px 0px 10px;
	margin-bottom:15px;
}

span.field-validation-error 
{	
	height:22px;
	text-indent:-9999px;
	display:block;
	float:left;
	width:12px;
	background-image: url(../_img/required.gif); 
	background-repeat:no-repeat;
}