/* CSS Document */

#note1 {
      position: absolute;
	  margin: 0;
      top: 250px;
      left: 555px;
	  height: 300px;
	  width: 420px;
      background: url(../images/popupSHAD.png) no-repeat;
      z-index: 1;
      visibility: visible;
      
}

.popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	padding: 5px 10px 0 0;
	margin: 20px 15px 15px 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #fff;
	text-align: justify;
}

.close {
   float: right;
   margin: 0 20px 0 0;
   padding: 6px 15px 0 0;
   
}

a.close:link	{
	color: #375686;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a.close:active	{
	color: #375686;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a.close:visited	{
	color: #375686;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a.close:hover 	{
	color: #375686;
	text-decoration: underline;
	font-weight: normal;
}

