
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a {
	outline: none;
}

/* site css */
body {
	font-family: "Helvetica", "Arial", sans-serif;
	background-color: #fff;
	background: url('bg.jpg') top left repeat-x;
	text-align: center;
}

h1 {
	text-indent: -6000px;
	width: 383px;
	width: 100%;
	height: 25px;
	background: url('logo.gif') top center no-repeat;
	margin: 40px 0;
}

#box {
	text-align: left;
	width: 384px;
	padding: 40px 108px 60px 108px;;
	background: url("box-bg.gif") top left repeat-y;
	background-color: #fff;
}
#wrapper {
	background: url("box-top.gif") top left no-repeat;
	width: 600px;
	padding-top: 15px;
	margin: 0 auto;
}
#inner {
	background: url("box-bottom.gif") bottom left no-repeat;
	padding-bottom: 15px;
}
h2 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	color: #999;
	font-size: 15px;
	margin-bottom: 20px;
	width: 384px;
}
p.error {
	color: #f34a4a;
	margin-top: 15px;
}
p.notice {
	color: #5ab632;
	margin-top: 15px;
}

input {
	font-size: 18px;
	height: 32px;
	color: #333;
	border: 2px solid #aaa;
	padding: 4px 8px;
	width: 383px;
	margin-bottom: 10px;
}	
a.submit {
	background: url(submit.gif) top left no-repeat;
	display: block;
	width: 87px;
	height: 35px;
	border: none;
	text-indent: -5000px;
	float: right;
}
a.submit:hover {
	background: url(submit.gif) 0px -35px no-repeat;
}
div#submit-link {
	width: 384px;
	clear: both;
	margin-bottom: 20px;
}