
html {
	height:100%;
	margin:0;
	padding:0;
	overflow:scroll;
	background-position: 0 75px;
	background-repeat:repeat-x;
	background-color:#d9d9d9;
}
body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	text-align:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em;
}
div#logo {
	position:relative;
	width: 150px;
	height: 68px;
	background:url(../images/logo.gif);
	background-repeat:no-repeat;
	z-index: 1;
	margin: 0 auto;
}
section {
	position:relative;
	overflow: auto;
	width: 360px;
	margin: 0 auto;
	padding: 10px;
	border: 1px #6d6d6d solid;
	background-color: #FFF;
	display: none;
}
.input {
	width: 230px;
}
.notice {
	color: #ff6400;
}
input.button {
	background-color: #DADADA;
	color:#000000;
	border: 1px #6d6d6d solid;
	height:20px;
	padding: 0 10px;
	cursor:	pointer;
	font-size: 11px;
	font-weight: bold; 
}
h1, h2, h3, h4, h5, h6{ margin-bottom:0.5em; }
h1{ font-size:17px;}
h2{	font-size:16px;}
h3{	font-size:15px;}
h4{	font-size:14px;}
h5{	font-size:14px;}
h6{	font-size:14px;line-height:1.3em;}
a:link, a:visited {
	color:#6d6d6d;
	text-decoration:none;
}
a:hover, a:focus, a:active {
	color:#a4a4a4;
	text-decoration:none;
}
