*{padding: 0; margin: 0;}

html, body {
background-color:white;
}


a {
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	color:rgb(244,65,78);
	font-size: 14px;
}

a:visited {
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	color:rgb(244,65,78);
	font-size: 14px;
}

a:hover
	{
	font-weight:bold;
	color:rgb(255,140,200)
	}


div.uploadbutton {
  align:center;
  position: relative;
  background-image: url("nhm_left_button.png");
  border: 0px solid rgb(255, 255, 255);
  z-index: 99;
  width:200px;
  height:27px;
  line-height:25px;
  cursor: pointer;
  vertical-align: top; 
  font-family: "arial";
  font-weight: bold;
  font-size: 11px;
  color: rgb(0,0,0);
}

div.biguploadbutton {
  align:center;
  position: relative;
  background-image: url("nhm_big_button.png");
/*  background-color: rgb(0,180,240);*/
  border: 0px solid rgb(255, 255, 255);
  z-index: 99;
  width:345px;
  height:37px;
  line-height:37px;
  cursor: pointer;
  vertical-align: middle; 
  font-family: "arial";
  font-weight: bold;
  font-size: 12px;
  color: rgb(85,85,85);

}


div.modifybutton1 {
  margin: 20px 0px 0px;
  padding: 90px 0px 0px;
  align:center;
  position: relative;
  background-image: url("nhm_lonr.png");
/*  background-color: rgb(250,120,80);*/
  border: 0px solid rgb(255, 255, 255);
  z-index: 99;
  width:183px;
  height:15px;
  line-height:15px;
  cursor: pointer;
  text-align: center;
  vertical-align: bottom; 
  font-family: "arial";
  font-weight: bold;
  font-size: 12px;
  color: rgb(100,100,100);
}


div.modifybutton2 {
  margin: 20px 0px 0px;
  padding: 90px 0px 0px;
  align:center;
  position: relative;
  background-image: url("nhm_ronl.png");
/*  background-color: rgb(250,120,80);*/
  border: 0px solid rgb(255, 255, 255);
  z-index: 99;
  width:183px;
  height:15px;
  line-height:15px;
  cursor: pointer;
  text-align: center;
  vertical-align: bottom; 
  font-family: "arial";
  font-weight: bold;
  font-size: 12px;
  color: rgb(100,100,100);
}





#picture1Div{
	position: absolute;
	border-style: solid;
	border-color: white;
	border-width: 0px;
	background-color: white;
	overflow: hidden;
}
	
#picture2Div{
	position: absolute;
	border-style: solid;
	border-color: white;
	border-width: 0px;
	background-color: white;
	overflow: hidden;
}

#picture1 {
	position: relative; 
	background-color: #000000;

}

#picture2 {
	position: relative;
	background-color: #000000; 

}

