body {
	margin: 0;
	padding: 0; 
}

  .bgpopup { background:url(images/bg_mail.png) no-repeat; height:373px; width:521px;}
  .frame_popupmail { float:left; padding:20px 0px 0px 20px; width:481px; height:333px;}
  .tit_popupmail { padding:8px 0px 7px 15px; font:normal 24px Tahoma, Geneva, sans-serif; color:#00aeef;}
  .frame_con_popupmail { padding:3px 5px 7px 15px; width:460px; height:180px;}
  .noidung_popupmail { font:normal 13px Arial, Helvetica, sans-serif; color:#333; line-height:16px; width:445px;}
  .anh_popupmail { float:left; margin:0px 10px 3px 0px;border:1px solid #ccc;}



#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 660px;
	height: 290px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	text-align:justify;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}



