/* several hacks for IE6 */
.centerColumn{
_width: 80%;
}
.centerBoxWrapper{
_width: 100%;
}

.centerBoxWrapper div{
margin-right: -1px;
}

legend{
/* IE7 makes legends blue by default */
color: #555;  
}
