* { margin:0; padding:0; outline:none }
a, a:link, a:visited{ text-decoration:none; }
/* body { font-family:Tahoma, Geneva, sans-serif; font-size:12px; } */
img { border:none; }
div.clear { clear:both; }

#copyright-gositus { background:url(../../images/go-online-solusi.png) no-repeat left bottom; }
#copyright-gositus:hover { background-position:left top; }
#copyright-gositus:hover label { color: #99CC33; cursor: pointer; }
#copyright-gositus:hover span { color: #3399CC; }
#copyright-gositus {
    font-size:12px;
    background-size:18px;
    display:inline-block;
    height:19px;
    padding-left:23px;
    transition:all .4s
   }

/* Clear */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
    display: block;
}
/* End hide from IE Mac */

::-moz-selection {
   background-color: #99CCFF;
   color: #FFFFFF;
}
::selection {
    background-color: #99CCFF;
    color: #FFFFFF;
}
.gohide {
    display: none;
}
label.error {
    color: #e53935;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
    font-weight: normal;
    text-align: left;
    font-size: 13px;
}