/*
*************************************************
Eagles Stars and Cars Sweepstakes
Base Styles

Author:		andCulture, info@andCulture.com
Updated:	September 12, 2007
Notes:		None
*************************************************
*/


/*-------------------------------------------
	RESET STYLES (TWEAKED VERSION OF ERIC MEYER'S RESET)
-------------------------------------------*/

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd,
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: baseline;
}
ol, ul, li {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body { line-height: 1; color: #FFFFFF; background: #000000; }


/*-------------------------------------------
	GENERAL SELECTORS
-------------------------------------------*/

body { font-family: Arial, Helvetica, sans-serif; font-size: 62.5%; }

h1 { font: bold 2em/1 Arial, Helvetica, sans-serif; margin: 0 0 .5em 0; }
h2 { font: bold 1.5em/1 Arial, Helvetica, sans-serif; margin: 0 0 .5em 0; }
p { font-size: 1.2em; line-height: 1.4; margin: 0 0 1em 0; }

a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover { color: #30CCCC; }
a:active { color: #FFFFFF; }

/* LISTS  */
li, dt, dd { font-size: 1.2em; line-height: 1.2; }
li li, dd li, li dt, li dd { font-size: 1em; }

/* FORMS */
label { padding: 3px 0; display: block; }
input { padding: 2px; font-size: 1.1em; vertical-align: middle; border: 1px solid #666666; border-top-color: #333333; border-left-color: #333333; }
