/* ================================ */
/* 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 {text-align:center; background:#39c;}
body {margin:20px; font-family:arial, sans-serif; }

h1 {font-size:24px; margin-bottom:20px; color:#fff;}
h2 {margin-bottom:10px;}
a { cursor:pointer; color:#f00;}
p {color:#fff;}
strong {color:#000;}

form {text-align:left; margin-left:20px;}
form[name=csvForm] {margin-left:70px;}
label {display:block; margin-bottom:5px; font-size:24px; color:#404040;}
label span {color:#f00;}
input, textarea {margin-bottom:20px;}
input[type=text], input[type=password] {width:300px; padding:10px;}
textarea {width:300px; height:100px; padding:10px;}
input[type=submit], input[type=button] {padding:5px 10px; margin-right:10px; }

/* ================================ */
/* CLASS 
/* ================================ */
.clear { clear:both; }
.small { font-size: 10px; }

/* ================================ */
/* index page 
/* ================================ */
#container {margin:0 auto; width:560px; position:relative;}
#main {margin:30px 0; padding:40px; border:1px solid #ccc; background:#eee;
	border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; -khtml-border-radius:7px;}

/* pop up style */
#results {padding:20px; background:#39c; overflow:auto;}
#results p {font-size:14px; margin-bottom:10px; text-align:left;}
#results table th {padding:7px; font-size:10px; border:1px solid #ccc; background:#eee}
#results table td {padding:7px; font-size:10px; border:1px solid #ccc; background:#fff}
