*{padding:0px; margin:0px; font-family:Khmer OS Battambang;}
#wrapper{max-width:1024px; margin:auto; background-color:#f1f1f1;}
#header{min-height:50px; padding:12px 12px 0px; text-align:center; }


.container{padding:12px; min-height:400px;  max-width:1000px;  text-align:center; font-size:12px;}
.container .box-head {font-size:15px;}
.container .box-head a{font-size:14px;}
.container .box-head form{font-size:14px;}
.container .box-head form input{font-size:14px;}
.box-pro {border:1px solid black; min-height:100px; text-align:left; padding:4px; margin-top:10px;}
.box-pro table{width:98%; margin:auto; }
.box-pro table td{font-size:14px; padding:2px;}
.box-pro table td a{font-size:14px; padding:2px;}

.mini-box-pro { border:1px solid black; min-height:30px; text-align:left; padding:4px; margin-top:10px;  width:48.9%; float:left;}

#myBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  text-decoration:none; color:white;
}


#from-login{width:350px; margin:auto; text-align:left;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  font-size:12px;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}