/*---------------------------------------------------
/*  @@@ reset css @@@
/*--------------------------------------------------*/

* {
    margin: 0px;
    padding: 0px;
}

html, body { height: 100%; }

a:link, a:visited, a:active {
    outline: none;
    font-weight: bold;
    text-decoration: none;
}

a:hover { text-decoration: underline; }

img { border: 0; }

table {
    width: 100%;
    border: 0;
}

td { vertical-align: top; }

div.clearfix {
    clear: both;
    font-size: 0px;
}

label { float: left; }

input.inputbox { outline: none; }

input.button {
    border: 0;
    cursor: pointer;
}

textarea.inputbox {
    outline: none;
    overflow: auto;
}
