.poweredby {
		text-align: center;
		font-family: Futura, Trebuchet MS, Arial, sans-serif; 
		font-size: 18px; 
		font-style: normal; 
		font-variant: normal; 
		font-weight: 500; 
		line-height: 15px;
}
#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}

#loading-image {
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 100;
}

body {
    overflow-x: hidden
}

div.sys_timer_index {
z-index: 11;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    display: none;
}

div.sys_timer {
z-index: 11;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    /* display: none; */
}

img.sys_timer_img {
margin-left: auto;
    margin-right: auto;
    display: block;
}

.sys-form-button:hover {
background: #c0c0c0;
}

.sys-form-button {
margin: 3px;
height: 28px;
border: 0px;
background: #d0d0d0;
cursor: pointer;
}

table.fixed { table-layout:fixed; }
table.fixed td { overflow: hidden; }