
.nadpis_obrazky_upload, div.nadpis_dokumenty_upload {
background-image: url(../grafika/layout-stranky/hlavicka_tabulky.jpg); 
background-repeat: repeat-y;
padding: 3px; border: 1px solid #6f981e; 
font-weight: bold; font-size: 98%;
}

.dragandrophandler, .dragandrophandlernotsupport
{
/*border:2px dotted #0B85A1;*/
width:400px;
text-align: right;
vertical-align:middle;
font-size: 8pt;
float: right;
color: #496412;
/*
background-image: url(../grafika/layout-stranky/ajax-upload1.jpg);	
background-repeat: no-repeat;
background-position: right;
*/
font-weight: bold; font-size: 7pt;
margin-right: 10px
}
.progressBar {
    width: 200px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 10px 5px;
    vertical-align:top;
}
 
.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #8e8675; 
	border-radius: 3px;
}

.statusbar
{
    border-top:1px solid #8e8675;
    min-height:25px;
    width: 750px;
    padding:10px 10px 0px 10px;
    vertical-align:top;
}
.statusbar:nth-child(odd){
    background:#f9eece;
}
.filename
{
display:inline-block;
vertical-align:top;
width: 350px;
line-height: 22px;
}
.filesize
{
display:inline-block;
vertical-align:top;
color:#30693D;
width:100px;
margin-left:10px;
margin-right:5px;
line-height: 22px;
}
.abort {
    background-color:#A8352F;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;display:inline-block;
    color:#fff;
    font-family:arial;font-size:13px;font-weight:normal;
    padding:4px 15px;
    cursor:pointer;
    vertical-align:top;
}

.ok {
 background-color:#80a831;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 border-radius:4px;display: inline-block;
 color:#fff;
 font-family:arial;font-size:13px;font-weight:normal;
 padding:4px 15px;
 cursor:pointer;
 vertical-align:top;
}