.gfileupload {
    width: 300px;
}

.file { 
    padding: 1px; 
    clear: both;
}

.file_controls {
  border: 1px solid #BCBCBC;
  padding: 2px;
  width: 100%;
}	


.file_wrapper {
    position: relative;
    margin-right: 35px;   
}

.file_controls_btn {
    float: right;
    position: relative;
    text-align: left;
    width: 30px;
}

.file_name {
    color: #000000;
    text-align: left;   
    height: 20px;
    width: 98%; 
}

.gfileupload a.btn {
    margin-left: 2px;
    margin-right: 2px;
    
    border-top: 1px solid #2AAAFF;
    border-left: 1px solid #2AAAFF;

    border-right: 1px solid #0789DF;
    border-bottom: 1px solid #0789DF;

    background-color: #C5EAFD;
    
    display: block;
    float: left;
    cursor: pointer;
    width: 20px;
    height: 18px;
}

.gfileupload a.btn:hover {
    background-color: #6BC1FB;
}

.gfileupload a.btn_click {
    background-color: #FFFFFF;

    border-top: 1px solid #0789DF;
    border-left: 1px solid #0789DF;

    border-right: 1px solid #2AAAFF;
    border-bottom: 1px solid #2AAAFF;
}

.gfileupload a.btn_del {
    background-image: url('btn_del.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.btn_browse, .btn_add, .btn_upload, .btn_new {
  height: 25px;
  padding-left:5px;
  padding-right:5px;
}

.file_size {
  font-size: 12px;   
  color: gray;
  padding-left: 5px; 
}

.file_progress_wrapper {
  border:1px solid #AAA;
  height: 18px;
  padding: 1px;
}

.file_progress {
  height: 100%;
  width: 0%;    
  background-color: #2AAAFF;
  background-image: url('progress_mask.png');
  background-repeat: repeat-x;
  background-position: center;
}