body {
	font-family: "Segoe UI", Tahoma, Helvetica, freesans, sans-serif;
	font-size: 1em;
	color: #555;
	background: #fff url(images/gear_bg.png) top left repeat;
	margin: 0 auto;
	text-align:center;
}

input[type=file] {
  z-index: 10;
  font-size: 100%;
  cursor: pointer;
  opacity: 0;
  width: 340px;
}

.fileinput {
   inline-block;
   margin: 0;
   padding: 2px 2px;
   border: 2px dotted #03599f;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
}

#multiload {
	width: 445px;
	margin: 10% auto 0 auto;
	border: 0;
}

#passarea {
	width: 445px;
	margin: 10% auto;
	border: 0;
}

#passmsg {
	position:fixed;
   top: 0; right: 0; bottom: 0; left: 0;
   height: 100%;
   width: 100%;
	z-index: 105;
	background: rgb(0, 0, 0) transparent;
   background: rgba(0, 0, 0, 0.5);
}

.passbad {
   position: absolute:
   top:0;
   left:41%;
   width:200px;
   height:100px;
   margin:150px auto;
	background: #fff;
   border: 2px solid #03599f;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
}

.passbad-txt {
   width:100%;
   height: 55px;
   color: #ff0000;
   font-weight: bold;
   font-size: 100%;
   line-height: 400%;
   text-align: center;
}

#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 5px;
  margin-left: 10px;
  margin-top: 5px;
  width: 170px;
  font-size: 70%;
  font-weight: bold;
  line-height: 120%;
  background: #fff;
  border: 2px solid #03599f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.heading {
   font-weight:bold;
   font-size:110%;
   line-height:200%;
   width:90%;
   margin:0 auto;
}

.form_top {
	width: 445px;
	margin: 0 auto;
	background: transparent url(images/form_bg_top.png) center bottom no-repeat;
	padding: 0;
	border: 0;
}

.form_mid {
	width: 445px;
	margin: 0 auto;
	background: transparent url(images/form_bg_mid.png) center top repeat-y;
	padding: 0;
	border: 0;
}

.form_bot {
	width: 445px;
	margin: 0 auto;
	background: transparent url(images/form_bg_bot.png) center top no-repeat;
	padding: 0;
	border: 0;
}

#filemsg {
   display:block;
   width:100%;
   margin:0 auto;
   text-align:left;
   font-size:90%;
}

#filemsg ul {
   margin: 0 auto;
}

#filemsg ul li {
   font-size: 85%;
}

#listfiles {
   display:block;
   width:100%;
   margin:0 auto;
   text-align:left;
}

#listfiles ul {
   margin: 0 auto;
}

#listfiles ul li{
   font-size:80%;
}


#NoMultiUploads {
   width: 450px;
   margin: 15% auto;
   padding: 10px;
   font-weight: normal;
   font-style: italic;
   text-align: center;
   font-size: 85%;
   background: #fff;
   color: red;
   border: 2px solid #03599f;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
}

#NoMultiUploads ul {
    margin: 15px auto;
    padding: 0;
}

#NoMultiUploads ul li {
   display:inline-block;
   margin: 0 5px;
   width:75px;
   height:75px;
   border: 0;
   vertical-align: top;
}

#NoMultiUploads ul li img {
   width:75px;
   height:75px;
   padding: 0;
   margin: 0;
   border: 0;
}

#NoMultiUploads ul li a {
   text-decoration: none;
}

#uploadform {
 position:relative;
 width:280px;
 margin:3px auto 15px 8px;
 text-align:center;
}

#uploadform input {
 display:block; 
 margin:3px auto;
}

fieldset {
   border: 1px solid #555;
   width: 380px;
   margin: 0 auto;
   background: #fff none;
   border: 2px solid #03599f;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;   
}

legend {
   font-size: 85%;
   font-weight: bold;
	text-align: left;
	padding: 0 2px;
	margin: 0;
	color: #555;
}

.buttonarea {
   width:100%;
   margin: 5px auto 0 auto;
   text-align:center;
}

#progress {
   width: 250px;
   margin: 5px auto 10px auto;
   text-align: center;
   display: block;
   background: #fff;
   border: 3px solid #03599f;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: inset 0px 0px 0px 1px rgba(7, 136, 142, 0.4), 0 1px 3px #0788f2;
   -moz-box-shadow: inset 0px 0px 0px 1px rgba(7, 136, 142, 0.4), 0 1px 3px #0788f2;
   box-shadow: inset 0px 0px 0px 1px rgba(7, 136, 142, 0.4), 0 1px 3px #0788f2;
}

.progress-img {
    width:100%;
    margin:0 auto;
    text-align:center;
}

.progress-img img {
    width:128px;
    height:15px;
    margin: 5px auto 0 auto;
    padding:0;
    border: 0;
}

.progress-txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: bold;
    width:100%;
    margin:0 auto;
    text-align:center;
}

.exsmall {
    font-size: 70%;
    font-weight: bold;
}

.selecthelp {
    text-align:center;
    font-size: 70%;
    font-weight: normal;
    color: #ff0000;
}

.small {
    font-size: 90%;
}

.formclass {
  width: 440px;
  margin: 0 auto;
  text-align: center;
}

/* CSS3 Buttons */
.button
{        
    display: inline-block;
    white-space: nowrap;
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
    background-image: -webkit-linear-gradient(top, #eee, #ccc);
    background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -ms-linear-gradient(top, #eee, #ccc);
    background-image: -o-linear-gradient(top, #eee, #ccc);
    background-image: linear-gradient(top, #eee, #ccc);
    border: 1px solid #777;
    padding: 0 1.5em;
    margin: 0.25em;
    font: bold 80%/160% Arial, Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}
    
.button:hover
{
    background-color: #eee;        
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
    background-image: -moz-linear-gradient(top, #fafafa, #ddd);
    background-image: -ms-linear-gradient(top, #fafafa, #ddd);
    background-image: -o-linear-gradient(top, #fafafa, #ddd);
    background-image: linear-gradient(top, #fafafa, #ddd);
}

.button:active
{
    -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}

.button:focus
{
    outline: 0;
    background: #fafafa;
}    

.button:before
{
    background: #ccc;
    background: rgba(0,0,0,.1);
    float: left;        
    width: 1em;
    text-align: center;
    font-size: 1em;
    margin: 0 1em 0 -1.5em;
    padding: 0 .2em;
    -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -moz-border-radius: .15em 0 0 .15em;
    -webkit-border-radius: .15em 0 0 .15em;
    border-radius: .15em 0 0 .15em;     
    pointer-events: none;		
}
	
/* Buttons and inputs */

button.button, input.button 
{ 
	cursor: pointer;
	overflow: visible; /* removes extra side spacing in IE */
}

/* removes extra inner spacing in Firefox */
button::-moz-focus-inner 
{
  border: 0;
  padding: 0;
}

/* If line-height can't be modified, then fix Firefox spacing with padding */
 input::-moz-focus-inner 
{
  padding: .4em;
}

/* The disabled styles */
.button[disabled], .button[disabled]:hover, .button.disabled, .button.disabled:hover 
{
	background: #eee;
	color: #aaa;
	border-color: #aaa;
	cursor: default;
	text-shadow: none;
	position: static;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;		
}

.check:before
{
    content: "\2713";
}

.delete:before
{
    content: "\2718";        
}

a.button {
    color: #000;
    text-decoration: none;
}

a.button:hover {
    color: #888;
}

/* end buttons */


