html, body, div, applet, 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,
fieldset, form, legend, caption,td,th {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table
{
	border-collapse: separate;
	border-spacing: 0;
}

ul, ol {
	list-style: none;
}

caption {
	text-align: left;
	font-weight: normal;
}

/* Fix problem where boxes are drawn around links on focus in FF*/
a
{
outline: none;
text-decoration: underline;
}

/*Fix problem with white border around checkboxes on IE7,8*/
input[type="checkbox"], 
input[type="radio"]{
    background: transparent;
}