body { height:100%; font-family: Verdana, Arial, sans-serif; font-size: 90%;	textaling:center;overflow: auto;}
h1, h2, h3, h4 { margin-top: 0px; }
div.row { margin-bottom: 10px; }
*:focus{ outline:none; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }

.tools {
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius:10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow:0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;

    width: auto;
    margin: auto auto;		  
    background-image: -moz-linear-gradient(top, #ffffff,#f2f2f2);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));			
}

input {			
    border:1px solid #ccc;
    font-size: 13pt;			
    padding: 5px 10px 5px 10px;			
    border-radius:10px;
    -moz-border-radius: 10px;			
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;		
}

input[type=button],input[type=submit] {
    background-image: -moz-linear-gradient(top, #ffffff, #dfdfdf);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
}  				  


input:focus {
    -webkit-box-shadow:0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 5px #ccc;
    
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);			
}

#fileToUpload { width: auto; }

#progressIndicator { font-size: 10pt; }

#fileInfo 
{
    font-size: 10pt;
    font-style: italic;
    color: #aaa;
    margin-top: 10px;
}

#progressBar 		
{		  
    height: 14px;
    border: 1px solid #cccccc;
    display: none;
    border-radius:10px;
    -moz-border-radius: 10px;		  
    background-image: -moz-linear-gradient(top, #66cc00, #4b9500);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc00), to(#4b9500));		  
}

#uploadResponse {
    margin-top: 10px;
    padding: 20px;
    display: none;
    border-radius:10px;
    -moz-border-radius: 10px;
    border: 1px solid #ccc;		  
    box-shadow: 0 0 5px #ccc;
    background-image: -moz-linear-gradient(top, #ff9900, #c77801);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#c77801));		  
}		  

#theDocument {
    display: none;
}		  

