
.tabsheets{position: relative;padding: 0;}
dl{margin:0;overflow:hidden;}
.tabsheets,.tabsheets dt,.tabsheets dd{margin: 0;padding: 0;width: auto;border: none;}
.tabsheets dt{float: left;cursor: default;white-space: nowrap;}
.tabsheets dt.active{margin-top: 0;}
.tabsheets dd{position: absolute;width: 100%;display: block;left: 0;padding: 0;background:#fff;}
.tabsheets dd.inactive{display: none;}
.tabsheets dd.inactive iframe,.tabsheets dd.inactive select,.tabsheets dd.inactive textarea,.tabsheets dd.inactive input{display: none ! important;}
.tabsheets dd.active{display: block;}
