* {
     font-family: Verdana;
}

label, input, select, textarea {
     font-size: 10px;
}

span, p {
     font-size: 12px;
}

a img {
    border: 0px solid black;
}

p {
    margin: 0px;
}

table, tr, td {
    border-collapse: collapse;
    padding: 0px;
    font-size: 12px;
}

body {
    padding: 0px;
    margin: 0px;
    color: #dcc579;
    background: black url(/i/bg/bg2.jpg) repeat-y scroll center top;
}

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

.big-form td, .big-form tr {
    padding: 2px;
}

.big-form input, .big-form select, .big-form textarea {
    width: 100%
}
    
.small {    
    font-size: 10px;
}

.big {    
    font-size: 14px;
}

a #liveinternet {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

a:hover #liveinternet {
    opacity: 1;
    filter: alpha(opacity=100);
}


