/* CSS Document */

body {
	margin: 50px 0px 0px 0px; 
  padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	color: #4d4d4d;
  }
	
#content {
	width: 563px;
	height: 313px;
	margin: 0px auto;
	text-align: left;
	padding: 265px 0 0 352px;
	background-image: url("images/index.png");
	background-repeat: no-repeat;
	}

#content_notify {
	width: 563px;
	height: 313px;
	margin: 0px auto;
	text-align: left;
	padding: 265px 0 0 352px;
	background-image: url("images/index_oops.png");
	background-repeat: no-repeat;
	}	
	

#instruction {
  background-image: url("images/instruction_back.png");
  background-repeat: no-repeat;
  width: 563px;
  height: 140px;
  margin-left: 10px;
  margin-top: 15px;
  }

#instruction ul {
  margin-top: 20px;
  }

#instruction ul li {
  text-align: left;
  padding: 0px 5px 0px 5px;
  line-height: 1.3em;
  }
  
.information a {
  text-decoration: none;
  color: black;
  }
  
.information a.tooltip span {
  display: none;
  padding: 2px 3px;
  margin-left: 8px;
  width: 130px;
  text-decoration: none;
}

.information a.tooltip:hover span {
  display: inline;
  position: absolute;
  background: #a19e9e;
  border: 1px solid #cccccc; color #6c6c6c;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 9px;
  }

