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

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 20px;
}

a {
  color: #222;
}

.ui-state-default{
	background: white;
}

.ui-widget-header .ui-state-default {
	width: 150px;
	height: 30px;
	padding: auto;
	background: white;
	color: maroon;
	border: 2px solid #800000;
}

.ui-widget-header .ui-state-default:hover {
	background: #FCFCEF scroll 50% 50%;
	border: 2px solid #800000;
}

.ui-widget-header{
	background: #FFEBDD;
}

.imgPreview{
	width: 100px;
	height: 75px;
}