w100 {
		width: 100%;
}

input.hi, select.hi{
	  border: solid 1px #ea1919;
}

div.error {margin:0 0 10px;}

div.error table {
    width:100%;
    height:19px;
}
div.error #left{
    height:19px;
    width: 20px;
    background:url(/img/errorleft.gif) no-repeat top right;
}

div.error #right{
    height:19px;
    width: 19px;
    background:url(/img/errorright.gif) no-repeat top left;
}

div.error #center{
    height:19px;
    background:url(/img/errorbg.gif) repeat-x top left;
    color: #ffffff;
    text-align: center;
}

div.errorgreen {margin:0 0 10px;}

div.errorgreen table {
    width:100%;
    height:19px;
}
div.errorgreen #left{
    height:19px;
    width: 21px;
    background:url(/img/errorleftgreen.gif) no-repeat top right;
}

div.errorgreen #right{
    height:19px;
    width: 21px;
    background:url(/img/errorrightgreen.gif) no-repeat top left;
}

div.errorgreen #center{
    height:19px;
    background:url(/img/errorbggreen.gif) repeat-x top left;
    color: #ffffff;
    text-align: center;
}

.red {
    color: #c00000;
}