@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example 1.0.1
 * 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
 */

#myerror p {
	font-family: Arial, Helvetica, sans-serif;
	color: #dc143c;
	font-size: 8px;
}
