/* ------------------------------------------------- */
/* MAKE EVERYTHING WORK THE SAME IN ALL BROWSERS     */
/* ------------------------------------------------- */

/* DO NOT EDIT THIS STYLESHEET! */

/* Neutralize styling:                     */
/* Elements we want to clean out entirely: */
body, fieldset, form, html {
	margin: 0;
	padding: 0;
}
html { /* font values can be overwritten for specific sites using body tag in default.css */
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif; /* font-size, line-height, font-family */
}
input, label, select, textarea { /* font values can be overwritten for specific sites using these tags in default.css */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling:              */
/* Elements with a vertical margin: */
address, blockquote, dl, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:                     */
/* Only to the few elements that need it: */
blockquote, dd {
	margin-left: 1em;
}
li {
	margin-left: 2.5em;
}

/* Miscellaneous conveniences: */
label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
img {
	border: none;
}
textarea {
	overflow: auto;
}