@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example 8.8.2
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

body {
  padding-top: 60px;
}

.error { color: #fff; background-color: #f00;}

.ufile { height: 28px; }

a.topfixed { color: #00000f; text-decoration: underline; }
.topfixed {
  background-color: #e0e0c0;
  text-align: center;
  position: fixed;
  top: 0; 
  width: 200px;
  z-index:100;
  right:15%;
  padding: 5px;
  -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
