  
  /*
  Kalau memindah file ini ke folder lain, sesuaikan semua path gambar backgroundnya
  */
  
  /* Start layout definition */
  body {    
     margin-top: 0px;
     margin-bottom: 0px;
     margin-left: 0px;
     margin-right: 0px;
     font-family: Verdana;
     font-size: 9pt;
     font-style: normal;
     line-height: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
  }
  a:active {color: #3E6448; text-decoration: none;background-color: inherit;}
  a:link {color: #3E6448; text-decoration: none;background-color: inherit;}
  a:visited {color: #3E6448; text-decoration: none;background-color: inherit;}
  a:hover {color: #ff0000 ;text-decoration: none;background-color: inherit;}
  a img { border: 0px; }
       
  p, div, td, textarea, input, select {
  	font-family: Verdana;
  	font-size: 9pt;
  	color: 515151;
  	font-weight: normal;
  }
  
  #message{
    background-color:#135D99;    
    width:280px;
    margin-top:10px;
    height:40px;
    position:relative;
  }
  
  #innerMessage{
    color:#EBD915;
    position:absolute; 
    top:50%; 
    height:10em; 
    margin-top:-5em;
    border:1px solid black;
  }
  /* end layout definition */

  
