/* ---------- IE DISABLE ---------- */
font{color:expression(this.parentNode.currentStyle['color']);font-family:expression(this.parentNode.currentStyle['fontFamily'])}
center{text-align:expression(this.parentNode.currentStyle['textAlign'])}
s,strike,u{text-decoration:expression(this.parentNode.currentStyle['textDecoration'])}
*{text-align:expression(this.align ? this.parentNode.currentStyle['textAlign'] : '')}
/* ---------- GENERAL ---------- */
.content legend{margin-bottom:1em}
sup,sub{font-size:100%}
* html .content textarea,* html .content input{padding:0}
.content input[type='submit'],.content input[type='button']{padding:0}
.content legend:first-child{margin-top:0}
a abbr,a acronym{text-decoration:underline}
* html .content blockquote *{margin:.8em 0}
* html input{cursor:expression(this.type=='text' || this.type=='password' ? 'text' : 'pointer')}
* html input{display:expression(this.type=='hidden' ? 'none' : 'inline')}
/* ---------- NOTES ---------- */

/* To use png as background images in IE6, use this filter: (don't forget to hack out IE5)
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="image.png",sizingMethod="scale"); */

/* To use transparency IE ( and Opera<9 ), use this filter:
filter:alpha(opacity=[0-100]); */