@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: 0px;
}

a {
  color: #222;
}


.listimg{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	font-weight: normal;
	text-align: center;
}
.listimg ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.listimg ol{
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
}
.listimg ol input{
	border: 1px solid #C6DFEE;
	margin-right: 2px;
	margin-left: 2px;
	background-color: #2482C5;
	color: #FFFFFF;
	padding-top: 2px;
	font-size: 9pt;
}
.listimg li{
	display: block;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.listimg img{
	border: 1px solid #BEBEBE;
	display: block;
	margin-bottom: 3px;
}
.listimg b{
	display: block;
	width: 52px;
	vertical-align: middle;
}
.listimg li input{
	border: 1px solid #DFDFDF;
	font-size: 9pt;
}
.listimg .noline{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
