div.fileinputs {
  position: absolute;
  left: 70px;
  width: 400px;
}

div.fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 430px
}

.fakefile input {
  width: 330px;
}

input.file {
  position: relative;
  text-align: right;
  -moz-opacity:0 ;
  filter:alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
  width: 400px;
}

#main_frame {
  width: 700px;
  height: 500px;
  border: solid 2px #ddd;
  background-color: white;
  font-family: 'trebuchet ms', helvetica, sans-serif;
}

#title_frame {
  width: 100%;
  text-align: center;
  border-bottom: solid 1px #ddd;
  background-color: #f0f0f0;
  font-size: 14pt;
  padding: 3pt 0pt;
}

#coblis_main {
  margin: 10px;
  background-color: #fff;
  color: #333;
  font-size: 10pt;
}

#image_label {
  float: left;
  margin-top: 6px;
}

#uploadSubmit {
  margin-left: 445px;
}

#image {
  float: left;
}

#cvd_types {
  width: 208px;
  float: right;
}

.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
}

.wrap1 {
  background:url(../img/shadow.gif) right bottom no-repeat;
}

.wrap2 {
  background:url(../img/corner_bl.gif) -12px 100% no-repeat;
}

.wrap3 {
  padding:0 9px 9px 0;
  background:url(../img/corner_tr.gif) 100% -12px no-repeat;
}

.wrap3 img {
  display:block;
}
