/* IE6 css fixer v0.95: Fri, 10 Dec 2010 17:05:40 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#logo,
#topmenu,
.leftmenu,
.content {display:inline;}

/* add zoom:1; display:inline; to inline-block elements */
input[type=text],input[type=password],
select,.select,
textarea,
input[type=button],input[type=submit] {zoom:1; display:inline;}

/* add overflow:visible to (submit) buttons */
 input, button {overflow:visible;}