﻿input[type=text]::-ms-clear {
    display: none;
    height: 0px;
    width: 0px;
}

body {
    font: 80% verdana, arial, helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-repeat: repeat-x;
    background-position: top;
}

#Banner {
    position: relative;
    top: 0px;
    background-image: url(banner.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 790px;
    height: 115px;
    left: 0px;
}

@media screen {
    #Content {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        min-height: 600px;
    }
}

option.admin {
    color: red;
    display: block;
    width: 165px;
    text-decoration: none;
    color: Red;
}
