/* Error Control */
#cwcl_errorlabel_container
{
	width: 100%;
	front-size: 0.95em;
	color: #FF0000;
	border: 2px solid #FF0000;
	margin-top: 10px;
	margin-bottom: 10px;
}

#cwcl_errorlabel_header
{
	font-weight: bold;
	text-align: center !important;
	color: #FF0000;
	background-color: #FFFFFF;
	font-weight: bold;
}

#cwcl_errorlabel_body
{
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	height: 90px;
}

#cwcl_errorlabel_icon
{
	float: left;
	position: static;
	background-color: #FFFFFF;
	margin: 5px 0px 5px 5px;
	padding: 0px;
		
}

#cwcl_errorlabel_text
{
	padding: 2px 2px 2px 2px;
	text-align: left !important;
	overflow: auto;
	height: 87px;
	color: #FF0000;
}

