*{padding: 0; margin: 0;}

html, body {
background-color:white;
}


a {
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	color:rgb(244,65,98);
	font-size: 14px;
}

a:visited {
	text-decoration:none;
	font-family:arial;
	font-weight:bold;
	color:rgb(244,65,98);
	font-size: 14px;
}

a:hover
	{
	font-weight:bold;
	color:rgb(255,140,200)
	}

div.optionlinkon {
 color:rgb(244,65,78);
 text-decoration:underline;
 margin:1px 0px 1px;
 padding:0px 0px 0px;
 font-family:arial;
 font-weight:bold;
 font-size:11px;
 display:inline;
 cursor:pointer;
 }

div.optionlinkoff {
 color:rgb(55,180,235);
 text-decoration:underline;
 margin:1px 0px 1px;
 padding:0px 0px 0px;
 font-family:arial;
 font-size:11px;
 font-weight:bold;
 display:inline;
 cursor:pointer;
 }

div.divider {
 width:180px;
 height:2px;
 line-height:1px;
 font-size:1px;
 margin:1px 0px 1px;
 background:rgb(200,200,200);
 }

div.uploadbutton {
  align:center;
  position: relative;
/*  background-image: url("nuhmxx2b_sbutton.png");*/
/* background: rgb(255,120,140);*/
  border: 0px solid rgb(255, 255, 255);
  z-index: 99;
  width:200px;
/*  height:42px;*/
  line-height:15px;
  padding:2px 0px 2px;
  margin:0px;
  vertical-align:top;
  font-family: "arial";
  font-weight: bold;
  font-size: 11px;
  color: rgb(55,55,55);
}

div.biguploadbutton {
  align:center;
  position: relative;
/*  background-image: url("nuhmxx2b_sbutton.png");*/
/* background: rgb(255,120,140);*/
  border: 0px solid rgb(255, 255, 255);
  z-index: 99;
  width:500px;
/*  height:42px;*/
  line-height:16px;
  cursor: pointer;
  padding:2px 0px 2px;
  margin:0px 0px;
  vertical-align:top;
  font-family: "arial";
  font-weight: bold;
  font-size: 12px;
  color: rgb(55,55,55);
}


div.modifybutton1 {
  margin: 20px 0px 0px;
  padding: 70px 0px 0px;
  align:center;
  position: relative;
  background-image: url("nhmbuttonx_off.png");
/*  background-color: rgb(250,120,80);*/
  border: 0px solid rgb(255, 255, 255);
  z-index: 99;
  width:183px;
  height:15px;
  line-height:15px;
  text-align: center;
  vertical-align: bottom; 
  font-family: "arial";
  font-weight: bold;
  font-size: 12px;
  color: rgb(100,100,100);
  cursor:pointer;
}

div.modifybutton1on {
  margin: 20px 0px 0px;
  padding: 70px 0px 0px;
  align:center;
  position: relative;
/*  background-color: rgb(250,120,80);*/
  border: 0px solid rgb(255, 255, 255);
  z-index: 99;
  width:183px;
  height:15px;
  line-height:15px;
  text-align: center;
  vertical-align: bottom; 
  font-family: "arial";
  font-weight: bold;
  font-size: 12px;
  cursor:pointer;
  background-image: url("nhmbuttonx_on.png");
	color:rgb(244,65,78);
}


div.modifybutton2on {
  margin: 20px 0px 0px;
  padding: 70px 0px 0px;
  align:center;
  position: relative;
/*  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;
  cursor:pointer;
  background-image: url("nhmbuttonx_on_ronl.png");
	color:rgb(244,65,78);
}

div.modifybutton2 {
  margin: 20px 0px 0px;
  padding: 70px 0px 0px;
  align:center;
  position: relative;
  background-image: url("nhmbuttonx_off_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);
  cursor:pointer;
}





#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; 

}


