html, body {height: 100%; margin: 0px; padding: 0px;}

body, td {font: 11px arial;}
textarea, form, img, tr, td, table, input,  select {border-collapse: collapse; border: 0px; margin: 0px; padding: 0px;}
td {vertical-align: top;}
a {text-decoration: none}
a:hover {text-decoration: underline}

.block {float: left; display: block;}
.block-c {float: center; display: block;}
.block-r {float: right; display: block;}

.bl1 {color: #4E9CD3}
.gr1 {color: #6D6D6D}
.gr2 {color: #A09F9F}

.b{font-weight: bold}
.u{text-decoration: underline}

.a10 {font: 10px arial;}
.t10 {font: 10px tahoma;}

.a9 {font: 9px arial;}
p {margin-top: 0px;}

a.m2 {color: #757370; font: 10px tahoma; padding-right: 30px;}
a.m2:hover {color: #4E9CD3}

textarea, select, input, option {background-color: #179DCE; color: #ffffff; font: 10px arial; height: 15px; line-height: 15px; text-indent: 1px;}

textarea {text-indent: 0px; padding-left: 1px;}

div.fileinputs {
    position: relative;
}
div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
input.file {
    position: relative;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

textarea{
    scrollbar-3dlight-color:#179DCE;
    scrollbar-arrow-color:#179DCE;
    scrollbar-base-color:#179DCE;
    scrollbar-darkshadow-color:#179DCE;
    scrollbar-face-color:#179DCE;
    scrollbar-highlight-color:#179DCE;
    scrollbar-shadow-color:#179DCE;
    scrollbar-track-color:#179DCE;

}