html, td, th {
    font-family: Verdana;
    font-size: 12px;
}

img {
    border: none
}

body {
    background: url(/media/img/grgrad.gif) repeat-x top;
    text-align: center; /* for IE */
}

div,p,td,th {
    text-align: left;
}

h1 {
    text-align: center;
    color: #333333;
    font-size: 20px;
}

#wrapper {
    margin: 60px auto;
    border: 1px solid #EAEAEA;
    border: none;
    width: 600px;
}

#logo {
    text-align: center;
}

#content {
    margin: 30px;
}

* html #content {
    margin-top: 45px;
    margin-right: 15px;
    text-align: center; /* for IE */
}

#upformwrapper {
    width: 380px;
    margin: 0px auto;
}

form label {
    font-size: 10px
}

form input {
    border: 1px solid #DDDDDD;
    padding: 3px;
    width: 350px;
    font-size: 11px;
}

form input.btn {
    width: auto;
    background: #EAEAEA;
}

form input.chkb {
    width: auto;
    position: relative;
    top: 2px;
    border: none;
}

form p.btn {
    text-align: right;
}

form fieldset {
    border: none
}

#progresswrapper {
    width: 350px;
    margin: 0px auto;
}

#progressbar {
    width: 350px;
    height: 15px;
    border: 1px solid #EAEAEA;
}

#progressbarp {
    height:15px;
    width:0px;
    background: #AEAEAE;
}

#percent {
    font-family: tahoma;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #AEAEAE;
}

#error {
    display: none;
    text-align: center;
    font-size: 16px;
    color: red;
    font-weight: bold
}

#error a {
    font-size: 1em;
    color: auto;
}

#footer {
    text-align: center;
    font-size: 0.8em;
    color: #AEAEAE;
}

#footer a, a {
    color: gray;
    text-decoration: none;
    font-weight: normal;
    border-bottom: none;
}

#footer a:hover, a:hover {
    border-bottom: 1px solid #AEAEAE;
}

a.nobord:hover {
    border-bottom: none;
}

span#filename {
    font-weight: bold
}

.uplink {
    text-align: center;
    font-size: 18px;
}

.uplink_uploading, .uplink_init {
    color: #AEAEAE;
    font-style: italic;
}

.uplink a {
    
    text-decoration: underline;
    color: gray;
    font-weight: bold;
}

.uplink a:hover {
    background: #EAEAEA;
}

a.nb {
    color: gray;
    font-weight: bold;
    border-bottom: 2px solid gray;
    text-decoration: none;
}

a.nb:hover {
    background: #EAEAEA;
}

.staticpage {
    color: #333333;
    padding: 0px 50px;
}

.staticpage h1 {
    text-align: left;
    font-size: 20px;
}

.staticpage h2 {
    font-size: 17px;
}
