
#box-msg {
  width: 200px;
  text-align: center;
  background: url(images/top_1.gif) no-repeat bottom left;
  padding-bottom: 10px;
}
.bg-top {
  background:  url(images/top_1.gif) no-repeat top left;
  margin: 0;
  padding-top: 8px;
  font-size: 100%;
  color:#000000 ;
  text-decoration: underline;
 }
 p.bg-middle {  
  background:  url(images/middle_1.gif) repeat-y;
  color:#000000;
  font-size: 100%;
  margin: 0;
  padding: 10px;
 }
 p.bg-middle img{
   width: 105px;
   height: 10px;
   padding: 10px;
   text-align: left;
 
 }
 
 #box-msgPink {
  width: 160px;
  text-align: center;
  background: url(images/button/down_1.gif) no-repeat bottom left;
  padding-bottom: 10px;
}


h3.bg-topPink{
  background:  url(images/button/top_1.gif) no-repeat top left;
  margin: 0;
  padding-top: 10px;
  font-size: 80%;
  color:#000000 ;
  text-decoration: underline;
 }

 p.bg-middlePink {  
  background:  url(images/button/middle_1.gif) repeat-y;
  color:#000000;
  font-size: 100%;
  margin: 0;
  padding: 4px;
 }
 p.bg-middle imgPink{
   width: 85px;
   height: 300px;
   padding: 5px;
 }
 

#box-msgSuggest {
  width: 650px;
  text-align: center;
  background: url(images/down_suggest.gif) no-repeat bottom left;
  padding-bottom: 10px;
}
h3.bg-topSuggest{
  background:  url(images/top_suggest.gif) no-repeat top left;
  margin: 0;
  padding-top: 35px;
  font-size: 80%;
  color:#000000;
  text-decoration: underline;
 }
 p.bg-middleSuggest{  
  background:  url(images/middle_suggest.gif) repeat-y;
  color:#000000;
  font-size: 100%;
  margin: 0;
  padding: 10px;
 }

  #box-msgPop {
  width: 650px;
  text-align: center;
  background: url(images/down_pop.gif) no-repeat bottom left;
  padding-bottom: 10px;
}


h3.bg-topPop{
  background:  url(images/top_pop.gif) no-repeat top left;
  margin: 0;
  padding-top: 35px;
  font-size: 80%;
  color:#000000;
  text-decoration: underline;
 }

 p.bg-middlePop {  
  background:  url(images/middle_pop.gif) repeat-y;
    color:#000000 ;
  font-size: 100%;
  margin: 0;
  padding: 10px;
 }
 p.bg-middle imgPop{
   width: 85px;
   height: 300px;
   padding: 5px;
 }
 
.font_topic{
color:#990000;
font-size:16px;
font-weight:bold;}
.font_normal{
font-family:AngsanaUPC;
font-size:16px;
line-height:20px;
text-align:justify;

}
.alert {
 	  	background: #fff6bf url(image/alert.gif) center no-repeat;
  	  	background-position: 15px 50%;       /*กำหนดตำแหน่งของรูปภาพพื้นหลัง*/
	  	text-align: left;
	  	padding: 5px 20px 5px 45px;
	  	border-top: 2px solid #ffd324;
	  	border-bottom: 2px solid #ffd324;
	  	width:500px;
       	font-family:sans-serif,Verdana, Arial, Helvetica;
       	font-size:80%;
   		}