body::-webkit-scrollbar {
    width: 10px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.action-panel::-webkit-scrollbar {
    width: 5px;
}
 
.action-panel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.action-panel::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


.inoBoxLogin {
    padding:5px 0px 200px 10px;
    box-sizing: border-box;
   background: url(img.zing.vn/products/kv/skin-2016/images/aside-bg.jpg) repeat center;
    border: 1px solid #e1e1e1;
    width:615px;
    max-height: 195px;
}

.inoBoxLogin .iTitle {
    color: #3b2229;
    font-weight: bold;
    font-family: Arial;
    font-size: 24px;
    text-align: center;
    padding : 1px 300px 0px 0px;
    height: 30px;
    position: relative;
    margin: 7px auto 10px;
}
.iLoginfrm {
    width: 210px;
    padding : 5px 5px 5px 10px;
    float: left;
}
.iLoginfrm .login-inp {
    width: 180px;
    padding: 7px;
    margin-bottom: 10px;
    border-radius: 2px;
    border :solid 1px #e3c300;
	box-sizing:border-box;
}
.iLoginfrm :nth-child(n+2) {
   margin-bottom:0px;
}
.iLoginfrm .login-inp:focus { 
	border :solid 1px #caad01;
}
.iBtnlogin {
    float: left;
}
.iLoginbtn {
	margin-top:7px;
    background-image: url('loginbutton.png');
    background-repeat: no-repeat;
	border: 0;
    cursor: pointer;
    background-position: 0 -1678px;
    height: 70px;
    width: 80px;
}
.iLoginbtn:hover {
	cursor:pointer;
	background-position: 0 -1608px;
    height: 70px;
    width: 80px;
}
.iFogotPw {
	padding:0px 0px 0px 15px;
}
.iFogotPw a {
	color:red;
	font-weight:bold;
	font-size:14px;
}
.iFogotPw a:hover{
	color:#b72f2f;
	cursor:pointer;
}
#login_result {
	color:red;
	padding: 2px 350px 2px 15px;
	font-weight:bold;
        text-align: center;
}
.frm_notice_success {
    color: #9ca866;
    padding: 20px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: bold;
}
.frm_notice_success a {
    color:blue;
    cursor: pointer;
}
.frm_notice_success span {
    color:#f09950;
}
h2 {
    font-size: 1.6em;
    color: #502500;
    padding: 10px;
    margin: 0;
}
.action_title {
    padding-left: 10px;
    background-color: #EFEFEF;
}
.register_frm {
    margin-top: 20px;
    color : white;
    padding: 10px 5px;
}
.action-div {
 
}
.action-panel {
    padding: 10px 20px;
    max-height: 140px;
    overflow: auto;
    overflow-x: hidden;
}
.action-panel p a{
    color : #b72f2f;
    font-weight: bold;
    
}
.action-panel p a:hover{
    color : #000;
    font-weight: bold;
    
}
.action-panel p:before {
    content : "> ";
    font-weight: bold;
    color:red;
    margin-top: -1px;
}
#changepw_btn {
        margin-right: 10px;
}
#changepw_frm .action-div {
    padding:0;
}
.result-div {
    font-size: 17px;
    color: #0b0b09;
}
.donator thead{
    background: #f48947;
    text-align: center;
    font-size: 15px;
    padding: 5px;
}
.donator thead th {
    text-align: center;
}
.donator {
    font-weight: bold;
}
.add_new_tab {
    padding: 0px 10px;
    margin-bottom: 20px;
}
.card_notice {
    text-align: center;
    background-color: #b72f2f;
    padding: 5px;
    color: white;
    font-weight: bold;
}
.ajax_load {
    text-align: center;
}