.cvErrorBox
{
	text-align: left;
	color:#000;
	position:relative;
	width:50%;
	height:auto;
}

.cvErrorBox *
{
	background-color:#FF6;
	border:1px solid #FF0033;
	font-size:13px;

}

.cvWarningBox
{
	text-align: left;
	color:#000;
	position:relative;
	width:50%;
	height:auto;
}

.cvWarningBox *
{
	background-color: #BFB;
	border:1px solid #595;
	font-size:13px;
}