  
  /*
  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-size: 9pt;
     font-style: normal;
     line-height: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     background-color: rgb(154,215,13)!important;
     font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
  }
  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;
  }
  #formContent{
    width: 80%;
    margin:auto;
    margin-top:150px;
    float:none;
    background-color:white;
  }
  #formContent #panel0{
    width: 4%;
    float:left;
    height: 50%;
  }
  #formContent #panel1{
    width: 48%;
    float:left;
    vertical-align: middle;
    text-align: right;
    margin-top:10%
  }
  #formContent #panel1 img{
    width:50%;
    min-width: 300px;
  }
  #formContent #panel2{
    width: 48%;
    float:right;
    vertical-align: middle;
  }
  #formContent #panel2 .iconLogin{
    width:37px;
    height: 37px;
    border-radius: 4px;
  }
  #formContent #panel2 .inputG{
    width: 100%;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid #ccc 1px;
    outline: 0;
    padding: 10px!important;
    font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: rgb(100, 96, 96);
  }
  #formContent #panel2 .inputG:focus{
    border: solid #A6A6A6 1px;
    box-shadow:0px 0px 15px #989898;
  }
  #formContent #panel2 input{
    margin-top:5px;
    border-radius: 4px;
    outline: 0;
    border: solid #ccc 1px;
    padding-right: 5px;
    padding-left: 5px;
    color: rgb(100, 96, 96);
  }
  #formContent #panel2 input:focus{
    border: solid #A6A6A6 1px;
    box-shadow:0px 0px 15px #989898;
  }
  #formContent #panel2 #btnSubmit{
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: rgb(203, 38, 6);
    border:1px solid #18ab29;
    display:inline-block;
    cursor:pointer;
    font-size:17px;
    padding:5px 21px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
    width: 100%;
    border-radius: 4px;
  }
  #formContent #panel2 #btnSubmit:hover{
    background-color:rgb(173, 32, 4);
  }
  #formContent #panel2 table{
    max-width: 400px;
    min-width: 100px;
    min-width: 350px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.35);
    padding: 10px 13px 25px 13px;
    border-radius: 4px;
  }
  #formContent #panel2 #capcha{
    width:auto;
    min-width: 50px;
    width: 100%;
    height:100%;
  }
  #formContent #panel2 #capchaInput{
    height: 30px!important;
    padding:1%!important;
  }
  #divCapcha{
    width:250px;
    margin:auto;
    text-align: center;
  }
  #suppby{
    text-align: center;
    color:white;
    font-weight: bold;
    font-size: 15px;
    width: 324px;/*ikutin lebar tabel*/
  }
  #suppby img{
    width: 100px;
    vertical-align: bottom;
    margin-left: 5px;
  }
  #alertL{
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: rgb(203, 38, 6);
    border:1px solid #18ab29;
    display:inline-block;
    cursor:pointer;
    font-size:15px;
    padding:5px 21px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
    width: 305px;/*ikutin lebar tabel*/;
    border-radius: 4px;
    margin-top:-8%;
    margin-bottom:10px;
    display: block;
  }
  /* end layout definition */

  
