
/*
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	text-align:left;
}
*/

html, body, object, iframe, form, input, textarea, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	text-align:left;
}

body {
	background-color: transparent;
        padding-bottom:20px !important; /* Firefox 6.0+ bug, bottom layer */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0px;
}
ul, ol {
	list-style: none;
	padding:0;
}
input {
	border:#999 solid 1px;
}
.disabled {
	color:#bbb;
}
input.disabled {
	background:transparent;
}
optgroup {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	padding: 2px;
	margin: 4px;
	border:#ccc solid 1px;
}
.clr {
	clear: both;
}
.clr2 {
	clear: both !important;
	font-size:0px !important;
	line-height:0px !important;
	float:none !important;
	margin:0 !important;
	padding:0 !important;
}
.unsel {
        -moz-user-select: none;
        -khtml-user-select: none;
        user-select: none;
}