body {
    background: #77C3EA url(../pics/bg.png) repeat-x;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}




 a.footlinks:link {
   color:#79BB16;
   text-decoration:none;
   line-height:18px;
 }
 a.footlinks:visited {
    color:#79BB16;
    text-decoration:none;
    line-height:18px;
 }
 a.footlinks:hover {
    color:#79BB16;
    text-decoration:underline;
    line-height:18px;
 }



.uploader_progress {
  width: 100%;
  height: 20px;
  background: #CCC;
  margin-top: 10px;
}

.uploader_loaded {
  background: url('../pics/progress.gif');
  align:left;
  height: 20px;
  width: 0;
}

.uploader_filename {
}


#send_btn {
  cursor: pointer;
}

 .top-left {
    margin-right: 9px;
    background-image: url('../pics/corners1280x18.gif');
    height: 9px;
    font-size: 2px;
 }

 .top-right {
    margin-top: -9px;
    margin-left: 9px;
    background-image: url('../pics/corners1280x18.gif');
    background-position: 100% 0;
    height: 9px;
    font-size: 2px;
 }

 .bottom-left {
    margin-right: 9px;
    background-image: url('../pics/corners1280x18.gif');
    background-position: 0 -9px;
    height: 9px;
    font-size: 2px;
 }

 .bottom-right {
    margin-top: -9px;
    margin-left: 9px;
    background-image: url('../pics/corners1280x18.gif');
    background-position: 100% -9px;
    height: 9px;
    font-size: 2px;
 }

 .inside {
    border-left: 1px solid #838282;
    border-right: 1px solid #838282;
    background: #EFEFEF;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
 }
