#PanelError
{
	width:100%;
	height:100%;
}
.LabelErrInfo
{
    border-color: #FFFFFF;
    font-family: Arial;
    color: red;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.TextBoxErrMsg
{
	font-family:Arial;
	font-size:x-small;	
	border-style:none;
	width:100%;
	height:100%;	
}
