/* ================================ */
/* Robert Banh's Standard CSS File  
/* ================================ */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ================================ */
/* TAGS
/* ================================ */
html {background:#173f5a url(bckgrd.jpg) no-repeat;}
body {margin-bottom:20px; font-family:arial, sans-serif; }

h1, h2 {font-size:24px; margin-bottom:20px; color:#fff;}
h2 a {color:#000; text-decoration:underline; font-weight:normal; font-size:18px;}
a {cursor:pointer; color:#000;}
p {color:#fff;}

input[type=text] {width:200px; padding:6px;}
input[type=submit] {padding:5px;}

/* ================================ */
/* CLASS 
/* ================================ */
.clear { clear:both; }
.small { font-size: 10px; }

/* ================================ */
/* index page 
/* ================================ */
#main {margin:250px 0 0 70px;}
p.warning {margin-bottom:10px; width:400px; font-size:12px; padding:10px;background-color:#ffc;border:1px solid #fc6;color:#ad7800;}
p.complete {margin-bottom:10px; width:400px; font-size:12px; padding:10px;background-color:#EEFCE4;border:1px solid #B9F1AE;color:#148700;}
#results {margin:150px 70px;}

