﻿.highlighted-container
{
   		font-weight:bold;
}

.input-error
{
	display: none;
	color:#900;
	font-weight: bold;
	line-height:15px;
	margin-top:10px;
	background-color:#f9eeee;
	border:2px solid #f9dddd;
	padding:10px;
	margin-bottom:20px;
}
