/*  IE hacks.  */
input, select {
    width: expression( this.offsetWidth > 700 ? "700px" : "auto" );
}

