/* ================================ */
/* 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:#338ecc;}
body {margin:20px; font-family:arial, sans-serif; }

h1 {font-size:24px; margin-bottom:20px; color:#fff;}
h2 {font-size:46px; margin-top:40px; margin-bottom:-8px; text-align:left; color:#fff;}
a { cursor:pointer; color:#00f; text-decoration:none;}
p {color:#fff;}

form {text-align:left; margin-left:20px;}
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:410px; padding:10px;}
textarea {width:410px; 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-bottom:30px; padding:40px; border:1px solid #fff; background:#eee; overflow:auto;
	border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; -khtml-border-radius:7px;}
#main p {color:#404040; margin-bottom:40px; text-align:left; line-height:20px;}
#main p.warning {color:#f00; margin:-20px 10px 20px; text-decoration:underline; text-align:center;}
#main p.complete {color:#00CC33; margin:-20px 10px 20px; text-align:center;}
label[for=math] {display:inline; padding-right:24px;}
.countbox {float:right; color:#B0B0B0;}
#math {display:inline; width:30px;}
img {float:left; margin-right:10px; width:72px; height:72px; overflow:hidden;}