@charset "UTF-8";
/* CSS Document */

a {text-decoration:underline; color:#665546;}
a:hover {text-decoration:underline; color:#946f4c;}

p {margin:5px 0 10px 0;}
h2 {font-size:16px; margin:0 0 25px!important;}
h3 {font-size:12px;}
img {border:none;}
li {margin-bottom:5px;}

#uploadContainer {width:400px; height:auto; margin:20px 0 0 20px; padding:20px; border:solid 1px #665546; color:#665546; font:10px Verdana, Arial, Helvetica, sans-serif; float:left;}
#form {width:auto; height:auto; margin:30px 0 0 0;}
#labelResults {color:#990000; font-weight:bold;}
#labelFile {color:#6C0; font-weight:bold;}
#btnSelect {font-size:10px; width:140px; height:20px; text-transform:uppercase; float:left; padding:0 0 4px; margin:0 0 30px; background-color:#efede2; color:#665546;  border:1px solid #665546; cursor:pointer;}

.submit {width:140px;font-weight:bold; font-size:10px; height:20px; text-transform:uppercase; float:left; padding:0 0 4px; background-color:#efede2; color:#665546;  border:1px solid #665546; cursor:pointer;}
.field {display: block; float: left; font-weight:bold; width: 140px;}
.clear {clear:both;}