/* Kiva default is text-align: center margin-right:auto margin-left:auto*/
/* note: css definitions for google checkout elements are in google_checkout/google_checkout_style.css */

/*DEFAULT RESETS*/

html, body, div, span, 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, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
/*	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit; 
	vertical-align: top;*/
	top: 0px;
	left: 0px;
	z-index: 0;
}
/* top: 0px; left: 0px; z-index0: enforce default values for MSIE7, fixes css bugs*/

img
{
	border: none;
}

/* 07/27/2011 added img border: none;  IE7 & IE8 added borders to all img tags when lightbox/jquery iniialized 
/* and blew out auto layout */
