div#validation_errors
{
	border: 2px solid red;
	padding: 10px;
	margin-bottom: 20px;
}

label.validation_error
{
	color: red;
}

span.validation_status
{
	font-style: italic;
	color: #666;
	font-size: 0.9em;
}

div#notices
{
	z-index: 5;	
	position: fixed;
	top: 30px;	
	left: 50%;
	margin-left: -150px;	
	width: 300px;
	text-align: center;
}

div.notices_wrapper .notice
{
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px5px 5px;
    border-radius: 5px 5px 5px 5px;	
	padding: 15px;	
	color: #FFF;
	margin-bottom: 30px;
}

div.notices_wrapper .notice.fade
{
	display: none;
}

div#info_notices.notices_wrapper .notice
{
	background-color: #496ec3;
	border: 1px solid #375494;
	text-shadow: #375494 1px 1px 1px;
}

div#confirm_notices.notices_wrapper .notice
{
	background-color: #62a55a;
	border: 1px solid #548d4d;
	text-shadow: #548d4d 1px 1px 1px;
}

div#error_notices.notices_wrapper .notice
{
	background-color: #c31b2f;
	border: 1px solid #991525;
	text-shadow: #991525 1px 1px 1px;
}