w100 {
		width: 100%;
}

input.hi, select.hi{
	  border: solid 1px #ea1919;
}

div.error table {
    width:521px;
    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;
    padding-top: 2px;
}

div.errorgreen table {
    width:521px;
    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;
    padding-top: 2px;
}

.red {
    color: #c00000;
}

div.screenshot {
    width: 160px;
    height: 110px;
    position: relative;
    float: left;
    text-align: center;
}

div.screenshot img {
    border: solid 1px #8e4630;
}
