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

/* Upload Script
-----------------------------------------------------------------------------*/
.confirmationBox { text-align:left; }
.confirmationBox .body { padding:0 10px; }
.confirmationBox .buttons { border-top:1px dotted #FFFFFF; padding-top:5px; margin-top:5px; }
.upload { color:#FFFFFF; font-size:0.9em; /*position:absolute; text-align:center; width:500px; height:100px; border:#666666 dashed thin; background:#CCCCCC; z-index:100; */}
.confirmationBox a { color:#FFFFFF; }
.confirmationBox .hidden { display:none; }
/*iFrame*/
/*visibile*/
.upload #upload_target {/*position:absolute; top:0%; right:0px; width:0; height:0; border-width:0px;*/ display:none; }
/*nascosto*/
/*.upload #upload_target {position:absolute; top:0px; right:0px; width:0px; height:0px; border-width:0px;}*/

.buttons #loading { float:right; width:130px; padding-top:8px; position:relative; }
.upload #loadingIcon { position:absolute;  margin-top:20px; margin-left:340px; }

.upload #result { visibility:hidden; height: 20px; display:none; }
.upload .message { color:#333333; font-weight:bold; }

.upload #titleDiv { padding-bottom:5px; }
.upload #titleDiv input { width: 350px;}
.upload #fileTitle { width: 400px; height:15px;}

.upload #typesDiv { padding:3px 0; }
.upload #fileDiv { }
.upload #fileLabel {  }
.upload #fileTypeChange { font-size:0.8em; padding-left:5px; }
.upload #fileTypeChange, .upload #fileTypeChange a { color:#003366;}
.upload #uriDiv input { width:200px; }
.buttons #uploadButton { float:left; }
