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


a { color: #08C; text-decoration: none; }
a:hover { color: #005580; text-decoration: underline; }
img { border: 0; }
ul.nav { margin: 0; padding: 0; }
ul.nav li { display: inline-block; margin-right: 10px; }

/* Fix for IE 6: */
*html ul.nav li { display: inline; }

/* Fix for IE 7: */
*+html ul.nav li { display: inline; }
