/*
 *   Tripoli is a generic CSS standard for HTML rendering. 
 *   Copyright (C) 2007 David Hellsing
 *   
 *   http://devkick.com/lab/tripoli/
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/

/**
* Tripoli Base for IE
*/
textarea {
	white-space:  pre;
}

legend {
	margin-bottom: 1.6em;
}

fieldset {
	padding-top: 0;
}

sup,
sub {
	font-size: 100%;
}

legend: first-child {
	margin-top: 0;
}

a abbr,a acronym {
	text-decoration: underline;
}

* html blockquote * {
	margin: .8em 0;
}

* html input {
	cursor: expression(this.type=='text' || this.type=='password' ? 'text' :  'pointer');
	display: expression(this.type=='hidden' ? 'none' :  'inline');
}

* html textarea,
* html input,
input[type='submit'],
input[type='button'] {
	padding: 0;
}